Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/fs/quota/
H A Ddquot.c1309 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes()
1355 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space()
1420 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2607 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable()
2647 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2862 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
/openbmc/linux/fs/f2fs/
H A Dsuper.c1824 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
/openbmc/linux/fs/ext4/
H A Dsuper.c6836 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()