Lines Matching refs:quota_handle
22 static int v2_check_file(struct quota_handle *h, int type);
23 static int v2_init_io(struct quota_handle *h);
24 static int v2_new_io(struct quota_handle *h);
25 static int v2_write_info(struct quota_handle *h);
26 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id);
28 static int v2_scan_dquots(struct quota_handle *h,
32 static int v2_report(struct quota_handle *h, int verbose);
139 static int v2_read_header(struct quota_handle *h, struct v2_disk_dqheader *dqh) in v2_read_header()
151 static int v2_check_file(struct quota_handle *h, int type) in v2_check_file()
173 static int v2_init_io(struct quota_handle *h) in v2_init_io()
192 static int v2_new_io(struct quota_handle *h) in v2_new_io()
230 static int v2_write_info(struct quota_handle *h) in v2_write_info()
245 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id) in v2_read_dquot()
269 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
280 static int v2_report(struct quota_handle *UNUSED(h), int UNUSED(verbose)) in v2_report()