Lines Matching refs:quota_handle
60 struct quota_handle *quota_file[MAXQUOTAS];
112 struct quota_handle { struct
146 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument
155 int (*check_file) (struct quota_handle *h, int type);
157 int (*init_io) (struct quota_handle *h);
159 int (*new_io) (struct quota_handle *h);
161 int (*end_io) (struct quota_handle *h);
163 int (*write_info) (struct quota_handle *h);
165 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
169 int (*scan_dquots) (struct quota_handle *h,
174 int (*report) (struct quota_handle *h, int verbose);
193 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h,
197 errcode_t quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h,
201 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h,