Lines Matching defs:type

83 static inline int dquot_suspend(struct super_block *sb, int type)  in dquot_suspend()
122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
166 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
180 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
185 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
190 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
211 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
273 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
279 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
284 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()
291 static inline int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()