Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/quota/
Ddquot.c2189 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2201 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2214 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2231 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2255 if (toputinode[cnt] && !sb_has_quota_loaded(sb, cnt)) { in dquot_disable()
2331 if (sb_has_quota_loaded(sb, type)) { in vfs_load_quota_inode()
2475 if (sb_has_quota_loaded(sb, type)) { in dquot_enable()
/Linux-v4.19/fs/reiserfs/
Dsuper.c1342 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1344 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/Linux-v4.19/fs/ocfs2/
Dquota_global.c884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
Dsuper.c986 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
/Linux-v4.19/fs/ext4/
Dsuper.c5856 if (!sb_has_quota_loaded(sb, qid->type)) in ext4_get_next_id()