Searched refs:OCFS2_HAS_RO_COMPAT_FEATURE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | journal.h | 368 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA)) in ocfs2_quota_trans_credits() 370 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)) in ocfs2_quota_trans_credits()
|
H A D | super.c | 423 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA) in ocfs2_need_system_inode() 427 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) in ocfs2_need_system_inode() 673 incompat_features = OCFS2_HAS_RO_COMPAT_FEATURE(sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP); in ocfs2_remount() 885 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_susp_quotas() 921 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_enable_quotas() 1208 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 1215 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 2157 if (!sb_rdonly(osb->sb) && (i = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP))) { in ocfs2_initialize_super()
|
H A D | ocfs2_fs.h | 62 #define OCFS2_HAS_RO_COMPAT_FEATURE(sb,mask) \ macro
|
H A D | journal.c | 1379 int quota_enabled = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, in __ocfs2_recovery_thread() 1381 || OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, in __ocfs2_recovery_thread()
|
H A D | file.c | 1232 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr() 1242 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr()
|
H A D | quota_local.c | 410 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_begin_quota_recovery()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | journal.h | 367 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA)) in ocfs2_quota_trans_credits() 369 if (OCFS2_HAS_RO_COMPAT_FEATURE(sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)) in ocfs2_quota_trans_credits()
|
H A D | super.c | 420 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_USRQUOTA) in ocfs2_need_system_inode() 424 if (!OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) in ocfs2_need_system_inode() 670 incompat_features = OCFS2_HAS_RO_COMPAT_FEATURE(sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP); in ocfs2_remount() 882 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_susp_quotas() 918 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_enable_quotas() 1203 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 1210 !OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_check_set_options() 2144 if (!sb_rdonly(osb->sb) && (i = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP))) { in ocfs2_initialize_super()
|
H A D | ocfs2_fs.h | 60 #define OCFS2_HAS_RO_COMPAT_FEATURE(sb,mask) \ macro
|
H A D | journal.c | 1417 int quota_enabled = OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, in __ocfs2_recovery_thread() 1419 || OCFS2_HAS_RO_COMPAT_FEATURE(osb->sb, in __ocfs2_recovery_thread()
|
H A D | file.c | 1225 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr() 1235 && OCFS2_HAS_RO_COMPAT_FEATURE(sb, in ocfs2_setattr()
|
H A D | quota_local.c | 410 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_begin_quota_recovery()
|
Completed in 28 milliseconds