Lines Matching refs:quota_handle
70 struct quota_handle { struct
103 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument
110 int (*check_file) (struct quota_handle *h, int type, int fmt);
112 int (*init_io) (struct quota_handle *h);
114 int (*new_io) (struct quota_handle *h);
116 int (*end_io) (struct quota_handle *h);
118 int (*write_info) (struct quota_handle *h);
120 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
124 int (*scan_dquots) (struct quota_handle *h,
129 int (*report) (struct quota_handle *h, int verbose);
137 errcode_t quota_file_open(struct quota_handle *h, ext2_filsys fs,
142 errcode_t quota_file_create(struct quota_handle *h, ext2_filsys fs,
146 errcode_t quota_file_close(struct quota_handle *h);