Searched refs:sb_has_quota_loaded (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2278 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2290 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable() 2302 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable() 2338 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable() 2351 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2379 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode() 2444 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
|
/openbmc/linux/fs/reiserfs/ |
H A 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()
|
/openbmc/linux/fs/ocfs2/ |
H A D | super.c | 953 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|