Home
last modified time | relevance | path

Searched refs:sb_has_quota_loaded (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dquotaops.h153 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
/kernel/linux/linux-6.6/include/linux/
H A 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
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c2313 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2325 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2337 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2373 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable()
2386 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2414 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode()
2480 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c2277 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2289 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2301 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2337 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable()
2350 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2378 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode()
2443 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dsuper.c1337 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1339 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dsuper.c1335 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1337 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dquota_global.c884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
H A Dsuper.c956 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dquota_global.c884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
H A Dsuper.c953 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()

Completed in 23 milliseconds