Lines Matching defs:quota_handle
70 struct quota_handle *quota_file[MAXQUOTAS];
122 struct quota_handle {
156 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
165 int (*check_file) (struct quota_handle *h, int type);
167 int (*init_io) (struct quota_handle *h, enum quota_type qtype);
169 int (*new_io) (struct quota_handle *h);
171 int (*end_io) (struct quota_handle *h);
173 int (*write_info) (struct quota_handle *h);
175 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
179 int (*scan_dquots) (struct quota_handle *h,
184 int (*report) (struct quota_handle *h, int verbose);
201 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h,
205 errcode_t quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h,
209 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h,