Searched defs:dquot (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 195 struct dquot *dquot, int *err) in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 305 static void dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() 315 void qtree_write_dquot(struct dquot *dquot) in qtree_write_dquot() 354 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, in free_dqentry() 396 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() 435 void qtree_delete_dquot(struct dquot *dquot) in qtree_delete_dquot() 446 struct dquot *dquot, unsigned int blk) in find_block_dqentry() 472 struct dquot *dquot, in find_tree_dqentry() 498 struct dquot *dquot) in find_dqentry() [all …]
|
D | quotaio_v2.c | 47 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() 71 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk() 89 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id() 257 static int v2_commit_dquot(struct dquot *dquot) in v2_commit_dquot() 269 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
|
D | quotaio.h | 149 struct dquot { struct 150 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument 151 qid_t dq_id; /* ID dquot belongs to */ argument 153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument 154 struct util_dqblk dq_dqb; /* Parsed data of dquot */ argument
|
D | quotaio.c | 437 struct dquot *dquot; in get_empty_dquot() local
|
D | mkquota.c | 526 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 195 struct dquot *dquot, int *err) in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 307 static int dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() 320 int qtree_write_dquot(struct dquot *dquot) in qtree_write_dquot() 363 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, in free_dqentry() 405 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() 444 void qtree_delete_dquot(struct dquot *dquot) in qtree_delete_dquot() 455 struct dquot *dquot, unsigned int blk) in find_block_dqentry() 481 struct dquot *dquot, in find_tree_dqentry() 507 struct dquot *dquot) in find_dqentry() [all …]
|
D | quotaio_v2.c | 48 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() 72 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) in v2r1_mem2diskdqblk() 90 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() 269 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
|
D | quotaio.h | 142 struct dquot { struct 143 struct dquot *dq_next; /* Pointer to next dquot in the list */ argument 144 qid_t dq_id; /* ID dquot belongs to */ argument 146 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument 147 struct util_dqblk dq_dqb; /* Parsed data of dquot */ argument
|
D | quotaio.c | 214 struct dquot *dquot; in get_empty_dquot() local
|
D | mkquota.c | 314 static int scan_dquots_callback(struct dquot *dquot, void *cb_data) in scan_dquots_callback()
|