Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h123 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
172 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
/linux-4.4.14/fs/quota/
Ddquot.c1269 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in check_idq()
1307 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in check_bdq()
1357 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2405 sb_has_quota_limits_enabled(sb, type)) { in dquot_enable()
2510 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2703 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()