Home
last modified time | relevance | path

Searched refs:OCFS2_MAX_CLUSTERSIZE (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Docfs2.h866 BUILD_BUG_ON(OCFS2_MAX_CLUSTERSIZE > 1048576); in ocfs2_megabytes_to_clusters()
Docfs2_fs.h50 #define OCFS2_MAX_CLUSTERSIZE 1048576 macro
Daops.c687 #if (PAGE_SIZE >= OCFS2_MAX_CLUSTERSIZE)
690 #define OCFS2_MAX_CTXT_PAGES (OCFS2_MAX_CLUSTERSIZE / PAGE_SIZE)
Dsuper.c2252 osb->s_clustersize > OCFS2_MAX_CLUSTERSIZE) { in ocfs2_initialize_super()