Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h51 #define OCFS2_MIN_CLUSTERSIZE 4096 macro
59 #define OCFS2_MAX_BLOCKSIZE OCFS2_MIN_CLUSTERSIZE
Daops.c715 #define OCFS2_MAX_CLUSTERS_PER_PAGE (PAGE_SIZE / OCFS2_MIN_CLUSTERSIZE)
Dsuper.c2275 if (osb->s_clustersize < OCFS2_MIN_CLUSTERSIZE || in ocfs2_initialize_super()