Lines Matching refs:quota_handle
68 struct quota_handle *quota_file[MAXQUOTAS];
119 struct quota_handle { struct
153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument
162 int (*check_file) (struct quota_handle *h, int type, int fmt);
164 int (*init_io) (struct quota_handle *h);
166 int (*new_io) (struct quota_handle *h);
168 int (*end_io) (struct quota_handle *h);
170 int (*write_info) (struct quota_handle *h);
172 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
176 int (*scan_dquots) (struct quota_handle *h,
181 int (*report) (struct quota_handle *h, int verbose);
189 errcode_t quota_file_open(quota_ctx_t qctx, struct quota_handle *h,
195 errcode_t quota_file_create(struct quota_handle *h, ext2_filsys fs,
199 errcode_t quota_file_close(quota_ctx_t qctx, struct quota_handle *h);