Home
last modified time | relevance | path

Searched defs:dquot (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/quota/
Dquotaio_tree.c190 static uint find_free_dqentry(struct quota_handle *h, struct dquot *dquot, in find_free_dqentry()
248 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree()
301 static void dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree()
311 void qtree_write_dquot(struct dquot *dquot) in qtree_write_dquot()
348 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, uint blk) in free_dqentry()
389 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree()
428 void qtree_delete_dquot(struct dquot *dquot) in qtree_delete_dquot()
439 struct dquot *dquot, uint blk) in find_block_dqentry()
465 struct dquot *dquot, in find_tree_dqentry()
491 struct dquot *dquot) in find_dqentry()
[all …]
Dquotaio_v2.c46 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk()
70 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk()
88 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id()
255 static int v2_commit_dquot(struct dquot *dquot) in v2_commit_dquot()
267 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
Dquotaio.h99 struct dquot { struct
100 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument
101 qid_t dq_id; /* ID dquot belongs to */ argument
103 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument
104 struct util_dqblk dq_dqb; /* Parsed data of dquot */ argument
Dquotaio.c372 struct dquot *dquot; in get_empty_dquot() local
Dmkquota.c413 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()