Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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
/linux-6.1.9/fs/ocfs2/
Dsuper.c686 if (sb_any_quota_suspended(sb)) in ocfs2_remount()
/linux-6.1.9/fs/quota/
Ddquot.c1434 return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb); in dquot_active()
/linux-6.1.9/fs/f2fs/
Dsuper.c2276 if (sb_any_quota_suspended(sb)) { in f2fs_remount()
/linux-6.1.9/fs/ext4/
Dsuper.c6558 if (sb_any_quota_suspended(sb)) in __ext4_remount()