Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/quota/
Ddquot.c1264 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in check_idq()
1302 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in check_bdq()
1352 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2367 sb_has_quota_limits_enabled(sb, type)) { in dquot_enable()
2472 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2665 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()