Lines Matching defs:sb
17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt()
32 #define quota_error(sb, fmt, args...) \ argument
82 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
120 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
129 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
135 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
141 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
147 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
153 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
159 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
164 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
178 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
183 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
188 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
193 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
199 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
204 static inline int sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
209 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
270 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
276 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
281 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()
288 static inline int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()