Searched refs:sb_has_quota_loaded (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | quotaops.h | 155 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-v6.6/fs/quota/ |
| D | dquot.c | 2250 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2262 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable() 2274 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable() 2310 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable() 2323 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2351 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode() 2402 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
|
| /Linux-v6.6/fs/reiserfs/ |
| D | super.c | 1335 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options() 1337 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
|
| /Linux-v6.6/fs/ocfs2/ |
| D | quota_global.c | 884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
|
| D | super.c | 953 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|