Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h135 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
182 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
/linux-4.4.14/fs/ocfs2/
Dsuper.c723 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/linux-4.4.14/fs/quota/
Ddquot.c1389 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in dquot_active()
/linux-4.4.14/fs/ext4/
Dsuper.c4759 if (sb_any_quota_suspended(sb)) in ext4_remount()