Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dquotaops.h118 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
128 tmsk |= sb_has_quota_suspended(sb, type) << type; in sb_any_quota_suspended()
150 !sb_has_quota_suspended(sb, type); in sb_has_quota_active()
171 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
/linux-2.6.39/fs/quota/
Ddquot.c1942 sb_has_quota_suspended(sb, cnt)) { in dquot_disable()
2168 if (!sb_has_quota_suspended(sb, cnt)) { in dquot_resume()