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

  /external/e2fsprogs/lib/quota/
quotaio_tree.h 32 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_dquot(struct quota_handle *h, qid_t id)
    [all...]
quotaio_tree.c 33 /* Is given dquot empty? */
189 /* Find space for dquot */
190 static uint find_free_dqentry(struct quota_handle *h, struct dquot *dquot,
240 dquot->dq_dqb.u.v2_mdqb.dqb_off =
248 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot,
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, &ret)
505 struct dquot *dquot = get_empty_dquot(); local
639 struct dquot *dquot = get_empty_dquot(); local
    [all...]
quotaio.h 95 } 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 to disk *
    [all...]
quotaio_v2.c 24 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)
48 struct util_dqblk *m = &dquot->dq_dqb;
51 dquot->dq_id = ext2fs_le32_to_cpu(d->dqb_id)
    [all...]
mkquota.c 109 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 *dquot, void *cb_data
    [all...]
quotaio.c 76 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/
gas-token.re 187 dquot = ["];
294 dquot {
454 dquot { goto stringconst; }
539 dquot {

Completed in 5897 milliseconds