Home
last modified time | relevance | path

Searched refs:OCFS2_HAS_RO_COMPAT_FEATURE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Djournal.h382 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA)) in ocfs2_quota_trans_credits()
384 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)) in ocfs2_quota_trans_credits()
Dsuper.c438 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA) in ocfs2_need_system_inode()
442 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) in ocfs2_need_system_inode()
705 incompat_features = OCFS2_HAS_RO_COMPAT_FEATURE(sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP); in ocfs2_remount()
917 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_susp_quotas()
953 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_enable_quotas()
1243 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options()
1250 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options()
2192 (i = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP))) { in ocfs2_initialize_super()
Docfs2_fs.h76 #define OCFS2_HAS_RO_COMPAT_FEATURE(sb,mask) \ macro
Dfile.c1208 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr()
1217 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr()
Dquota_local.c411 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_begin_quota_recovery()