Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquotaops.h149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
195 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
/openbmc/linux/fs/ocfs2/
H A Dsuper.c686 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/openbmc/linux/fs/quota/
H A Ddquot.c1456 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in inode_quota_active()
/openbmc/linux/fs/ext4/
H A Dsuper.c6672 if (sb_any_quota_suspended(sb)) in __ext4_remount()
6710 sb_any_quota_suspended(sb)) in __ext4_remount()
/openbmc/linux/fs/f2fs/
H A Dsuper.c2340 if (sb_any_quota_suspended(sb)) { in f2fs_remount()