Searched refs:sb_has_quota_loaded (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | quotaops.h | 144 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/ |
| D | dquot.c | 2197 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/ |
| D | super.c | 1336 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/ |
| D | quota_global.c | 884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
|
| D | super.c | 956 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 6027 if (!sb_has_quota_loaded(sb, qid->type)) in ext4_get_next_id()
|