Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dquotaops.h147 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
193 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() function
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuper.c698 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/kernel/linux/linux-5.10/fs/quota/
Ddquot.c1421 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in dquot_active()
/kernel/linux/linux-5.10/fs/f2fs/
Dsuper.c1930 if (sb_any_quota_suspended(sb)) { in f2fs_remount()
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c6065 if (sb_any_quota_suspended(sb)) in ext4_remount()