Lines Matching defs:sb

16 static inline struct quota_info *sb_dqopt(struct super_block *sb)  in sb_dqopt()
31 #define quota_error(sb, fmt, args...) \ argument
65 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
97 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
106 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
112 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
118 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
124 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
133 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
139 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
147 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
161 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
166 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
171 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
176 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
182 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
187 static inline int sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
192 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
240 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
246 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
251 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()