Searched refs:sb_has_quota_loaded (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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-v4.19/fs/quota/ |
D | dquot.c | 2189 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/ |
D | super.c | 1342 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/ |
D | quota_global.c | 884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
|
D | super.c | 986 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 5856 if (!sb_has_quota_loaded(sb, qid->type)) in ext4_get_next_id()
|