Searched refs:sb_has_quota_loaded (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | quotaops.h | 153 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/ |
| D | dquot.c | 2210 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/ |
| D | super.c | 1337 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/ |
| D | quota_global.c | 883 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
|
| D | super.c | 964 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|