Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dquotaops.h124 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
176 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
/linux-2.6.39/fs/ocfs2/
Dsuper.c707 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/linux-2.6.39/fs/quota/
Ddquot.c1343 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in dquot_active()