Lines Matching defs:type
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()
126 unsigned type, tmsk = 0; in sb_any_quota_suspended() local
133 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
141 unsigned type, tmsk = 0; in sb_any_quota_loaded() local
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()
182 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_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()