Home
last modified time | relevance | path

Searched refs:sb_has_quota_loaded (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()