Searched refs:OCFS2_HAS_INCOMPAT_FEATURE (Results 1 – 2 of 2) sorted by relevance
1274 !OCFS2_HAS_INCOMPAT_FEATURE(sb, OCFS2_FEATURE_INCOMPAT_XATTR)) { in ocfs2_check_set_options()1282 if (OCFS2_HAS_INCOMPAT_FEATURE(sb, OCFS2_FEATURE_INCOMPAT_XATTR)) in ocfs2_check_set_options()2196 if ((i = OCFS2_HAS_INCOMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_INCOMPAT_SUPP))) { in ocfs2_initialize_super()
77 #define OCFS2_HAS_INCOMPAT_FEATURE(sb,mask) \ macro