Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/ocfs2/
Dsuper.c721 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/linux-4.1.27/fs/quota/
Ddquot.c1384 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in dquot_active()
/linux-4.1.27/fs/ext4/
Dsuper.c5093 if (sb_any_quota_suspended(sb)) in ext4_remount()