Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h141 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
154 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active()
188 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
/linux-4.4.14/fs/quota/
Ddquot.c2093 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2105 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2118 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2135 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2163 if (!sb_has_quota_loaded(sb, cnt)) { in dquot_disable()
2251 if (sb_has_quota_loaded(sb, type)) { in vfs_load_quota_inode()
2392 if (sb_has_quota_loaded(sb, type)) { in dquot_enable()
2395 if (!sb_has_quota_loaded(sb, type)) { in dquot_enable()
/linux-4.4.14/fs/reiserfs/
Dsuper.c1291 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1293 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/linux-4.4.14/fs/ocfs2/
Dsuper.c990 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()