HomeSort by relevance Sort by last modified time
    Searched refs:quota_handle (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/support/
quotaio_tree.h 33 struct quota_handle;
56 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id);
59 int qtree_scan_dquots(struct quota_handle *h,
quotaio.h 68 struct quota_handle *quota_file[MAXQUOTAS];
119 struct quota_handle { struct
153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
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
    [all...]
quotaio_v2.c 21 static int v2_check_file(struct quota_handle *h, int type, int fmt);
22 static int v2_init_io(struct quota_handle *h);
23 static int v2_new_io(struct quota_handle *h);
24 static int v2_write_info(struct quota_handle *h);
25 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id);
27 static int v2_scan_dquots(struct quota_handle *h,
31 static int v2_report(struct quota_handle *h, int verbose);
138 static int v2_read_header(struct quota_handle *h, struct v2_disk_dqheader *dqh)
150 static int v2_check_file(struct quota_handle *h, int type, int fmt)
175 static int v2_init_io(struct quota_handle *h
    [all...]
quotaio_tree.c 56 static inline void mark_quotafile_info_dirty(struct quota_handle *h)
62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf)
75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf)
89 static int get_free_dqblk(struct quota_handle *h)
120 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf,
135 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf,
169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf,
194 static unsigned int find_free_dqentry(struct quota_handle *h,
252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot,
305 static void dq_insert_tree(struct quota_handle *h, struct dquot *dquot
    [all...]
mkquota.c 145 static void write_dquots(dict_t *dict, struct quota_handle *qh)
167 struct quota_handle *h = NULL;
174 retval = ext2fs_get_mem(sizeof(struct quota_handle), &h);
546 static errcode_t quota_read_all_dquots(struct quota_handle *qh,
562 static errcode_t quota_write_all_dquots(struct quota_handle *qh,
584 struct quota_handle *qh;
590 err = ext2fs_get_mem(sizeof(struct quota_handle), &qh);
624 struct quota_handle qh;
quotaio.c 213 errcode_t quota_file_open(quota_ctx_t qctx, struct quota_handle *h,
250 err = ext2fs_get_mem(sizeof(struct quota_handle), &h);
329 errcode_t quota_file_create(struct quota_handle *h, ext2_filsys fs,
401 errcode_t quota_file_close(quota_ctx_t qctx, struct quota_handle *h)
  /external/e2fsprogs/debugfs/
quota.c 109 struct quota_handle *qh;
137 struct quota_handle *qh;

Completed in 187 milliseconds