Home
last modified time | relevance | path

Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dquotaops.h137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
185 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
/Linux-v6.6/fs/quota/
Ddquot.c1305 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes()
1351 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space()
1416 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2566 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable()
2606 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2821 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
/Linux-v6.6/fs/f2fs/
Dsuper.c1841 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
/Linux-v6.6/fs/ext4/
Dsuper.c6823 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()