Searched refs:OCFS2_HAS_RO_COMPAT_FEATURE (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | journal.h | 372 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA)) in ocfs2_quota_trans_credits() 374 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)) in ocfs2_quota_trans_credits()
|
D | super.c | 431 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA) in ocfs2_need_system_inode() 435 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) in ocfs2_need_system_inode() 694 incompat_features = OCFS2_HAS_RO_COMPAT_FEATURE(sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP); in ocfs2_remount() 905 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_susp_quotas() 939 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_enable_quotas() 997 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_quota_on() 1277 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 1284 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 2222 (i = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP))) { in ocfs2_initialize_super()
|
D | ocfs2_fs.h | 76 #define OCFS2_HAS_RO_COMPAT_FEATURE(sb,mask) \ macro
|
D | file.c | 1186 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr() 1195 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr()
|
D | quota_local.c | 416 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_begin_quota_recovery()
|