Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquotaops.h143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
169 !sb_has_quota_suspended(sb, type); in sb_has_quota_active()
190 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
/openbmc/linux/fs/quota/
H A Ddquot.c2289 sb_has_quota_suspended(sb, cnt)) { in dquot_disable()
2524 if (!sb_has_quota_suspended(sb, cnt)) in dquot_resume()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c955 if (!sb_has_quota_suspended(sb, type)) { in ocfs2_disable_quotas()