Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dquotaops.h133 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
143 tmsk |= sb_has_quota_loaded(sb, type) << type; in sb_any_quota_loaded()
149 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active()
182 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
/linux-3.4.99/fs/quota/
Ddquot.c1977 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
1989 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable()
2002 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable()
2019 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable()
2047 if (!sb_has_quota_loaded(sb, cnt)) { in dquot_disable()
2135 if (sb_has_quota_loaded(sb, type)) { in vfs_load_quota_inode()
2276 if (sb_has_quota_loaded(sb, type)) { in dquot_enable()
2279 if (!sb_has_quota_loaded(sb, type)) { in dquot_enable()
/linux-3.4.99/fs/reiserfs/
Dsuper.c1169 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options()
1171 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
/linux-3.4.99/fs/ocfs2/
Dsuper.c972 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()