Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dquotaops.h144 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
157 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active()
190 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
/Linux-v5.4/fs/quota/
Ddquot.c2197 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2209 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2222 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2239 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2263 if (toputinode[cnt] && !sb_has_quota_loaded(sb, cnt)) { in dquot_disable()
2339 if (sb_has_quota_loaded(sb, type)) { in vfs_load_quota_inode()
2483 if (sb_has_quota_loaded(sb, type)) { in dquot_enable()
/Linux-v5.4/fs/reiserfs/
Dsuper.c1336 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1338 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/Linux-v5.4/fs/ocfs2/
Dquota_global.c884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
Dsuper.c956 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
/Linux-v5.4/fs/ext4/
Dsuper.c6027 if (!sb_has_quota_loaded(sb, qid->type)) in ext4_get_next_id()