Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dquotaops.h155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
168 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
/linux-6.1.9/fs/quota/
Ddquot.c2232 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2244 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2256 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2292 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable()
2305 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2333 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode()
2385 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
/linux-6.1.9/fs/reiserfs/
Dsuper.c1335 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1337 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/linux-6.1.9/fs/ocfs2/
Dquota_global.c884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
Dsuper.c953 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()