Lines Matching defs:type
82 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
118 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
127 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
133 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
139 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
151 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
162 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
176 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
181 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
186 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
197 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
207 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
268 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
274 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
279 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()
286 static inline int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()