Searched refs:dquot (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.h32 struct dquot;
38 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
40 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk);
42 int (*is_id)(void *disk, struct dquot *dquot);
55 void qtree_write_dquot(struct dquot *dquot);
56 struct dquot *qtree_read_dquo
[all...]
H A Dquotaio_tree.c33 /* Is given dquot empty? */
189 /* Find space for dquot */
190 static uint find_free_dqentry(struct quota_handle *h, struct dquot *dquot, argument
240 dquot->dq_dqb.u.v2_mdqb.dqb_off =
248 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, argument
274 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
281 ref[get_index(dquot->dq_id, depth)]);
282 newblk = find_free_dqentry(h, dquot,
301 dq_insert_tree(struct quota_handle *h, struct dquot *dquot) argument
311 qtree_write_dquot(struct dquot *dquot) argument
348 free_dqentry(struct quota_handle *h, struct dquot *dquot, uint blk) argument
389 remove_tree(struct quota_handle *h, struct dquot *dquot, uint * blk, int depth) argument
428 qtree_delete_dquot(struct dquot *dquot) argument
438 find_block_dqentry(struct quota_handle *h, struct dquot *dquot, uint blk) argument
464 find_tree_dqentry(struct quota_handle *h, struct dquot *dquot, uint blk, int depth) argument
490 find_dqentry(struct quota_handle *h, struct dquot *dquot) argument
505 struct dquot *dquot = get_empty_dquot(); local
542 report_block(struct dquot *dquot, uint blk, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) argument
587 report_tree(struct dquot *dquot, uint blk, int depth, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) argument
639 struct dquot *dquot = get_empty_dquot(); local
[all...]
H A Dquotaio.h95 } u; /* Format specific dquot information */
99 struct dquot { struct
100 struct dquot *dq_next; /* Pointer to next dquot in the list */
101 qid_t dq_id; /* ID dquot belongs to */
103 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
104 struct util_dqblk dq_dqb; /* Parsed data of dquot */
119 /* Read dquot into memory */
120 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
121 /* Write given dquot t
[all...]
H A Dquotaio_v2.c24 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id);
25 static int v2_commit_dquot(struct dquot *dquot);
27 int (*process_dquot) (struct dquot *dquot,
44 * Copy dquot from disk to memory
46 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) argument
48 struct util_dqblk *m = &dquot->dq_dqb;
51 dquot
70 v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) argument
88 v2r1_is_id(void *dp, struct dquot *dquot) argument
255 v2_commit_dquot(struct dquot *dquot) argument
[all...]
H A Dmkquota.c109 struct dquot *dq;
267 static struct dquot *get_dq(dict_t *dict, __u32 key)
269 struct dquot *dq;
276 if (ext2fs_get_mem(sizeof(struct dquot), &dq)) {
277 log_err("Unable to allocate dquot");
280 memset(dq, 0, sizeof(struct dquot));
294 struct dquot *dq;
320 struct dquot *dq;
345 struct dquot *dq;
413 static int scan_dquots_callback(struct dquot *dquo argument
[all...]
H A Dquotaio.c76 void update_grace_times(struct dquot *q)
370 struct dquot *get_empty_dquot(void)
372 struct dquot *dquot; local
374 if (ext2fs_get_memzero(sizeof(struct dquot), &dquot)) {
375 log_err("Failed to allocate dquot");
379 dquot->dq_id = -1;
380 return dquot;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-token.re187 dquot = ["];
294 dquot {
454 dquot { goto stringconst; }
539 dquot {

Completed in 90 milliseconds