Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | quotaops.h | 135 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function 183 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
|
/Linux-v5.10/fs/quota/ |
D | dquot.c | 1274 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1320 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1385 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2526 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable() 2566 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2781 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
/Linux-v5.10/fs/f2fs/ |
D | super.c | 1449 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
/Linux-v5.10/fs/ext4/ |
D | super.c | 6141 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|