Home
last modified time | relevance | path

Searched refs:OCFS2_MIN_CLUSTERSIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h36 #define OCFS2_MIN_CLUSTERSIZE 4096 macro
44 #define OCFS2_MAX_BLOCKSIZE OCFS2_MIN_CLUSTERSIZE
H A Daops.c688 #define OCFS2_MAX_CLUSTERS_PER_PAGE (PAGE_SIZE / OCFS2_MIN_CLUSTERSIZE)
H A Dsuper.c2201 if (osb->s_clustersize < OCFS2_MIN_CLUSTERSIZE || in ocfs2_initialize_super()