Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dquotaops.h153 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
166 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active()
199 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
/Linux-v5.15/fs/quota/
Ddquot.c2210 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2222 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2234 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2270 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable()
2283 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2309 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode()
2361 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
/Linux-v5.15/fs/reiserfs/
Dsuper.c1337 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1339 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/Linux-v5.15/fs/ocfs2/
Dquota_global.c883 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
Dsuper.c964 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()