Home
last modified time | relevance | path

Searched refs:OCFS2_HAS_INCOMPAT_FEATURE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dsuper.c1219 !OCFS2_HAS_INCOMPAT_FEATURE(sb, OCFS2_FEATURE_INCOMPAT_XATTR)) { in ocfs2_check_set_options()
1227 if (OCFS2_HAS_INCOMPAT_FEATURE(sb, OCFS2_FEATURE_INCOMPAT_XATTR)) in ocfs2_check_set_options()
2140 if ((i = OCFS2_HAS_INCOMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_INCOMPAT_SUPP))) { in ocfs2_initialize_super()
H A Docfs2_fs.h62 #define OCFS2_HAS_INCOMPAT_FEATURE(sb,mask) \ macro