Searched defs:dquot (Results 1 - 5 of 5) sorted by relevance
| /third_party/f2fs-tools/fsck/ |
| H A D | quotaio_v2.c | 47 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp) in v2r1_disk2memdqblk() argument 71 v2r1_mem2diskdqblk(void *dp, struct dquot *dquot) v2r1_mem2diskdqblk() argument 89 v2r1_is_id(void *dp, struct dquot *dquot) v2r1_is_id() argument 299 v2_commit_dquot(struct dquot *dquot) v2_commit_dquot() argument [all...] |
| H A D | quotaio.c | 223 struct dquot *dquot; in get_empty_dquot() local
|
| H A D | quotaio_tree.c | 251 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() argument 193 find_free_dqentry(struct quota_handle *h, struct dquot *dquot, int *err) find_free_dqentry() argument 306 dq_insert_tree(struct quota_handle *h, struct dquot *dquot) dq_insert_tree() argument 319 qtree_write_dquot(struct dquot *dquot) qtree_write_dquot() argument 363 free_dqentry(struct quota_handle *h, struct dquot *dquot, unsigned int blk) free_dqentry() argument 405 remove_tree(struct quota_handle *h, struct dquot *dquot, unsigned int * blk, int depth) remove_tree() argument 444 qtree_delete_dquot(struct dquot *dquot) qtree_delete_dquot() argument 454 find_block_dqentry(struct quota_handle *h, struct dquot *dquot, unsigned int blk) find_block_dqentry() argument 480 find_tree_dqentry(struct quota_handle *h, struct dquot *dquot, unsigned int blk, int depth) find_tree_dqentry() argument 506 find_dqentry(struct quota_handle *h, struct dquot *dquot) find_dqentry() argument 521 struct dquot *dquot = get_empty_dquot(); qtree_read_dquot() local 558 report_block(struct dquot *dquot, unsigned int blk, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) report_block() argument 605 report_tree(struct dquot *dquot, unsigned int blk, int depth, char *bitmap, int *entries, int (*process_dquot) (struct dquot *, void *), void *data) report_tree() argument 661 struct dquot *dquot = get_empty_dquot(); qtree_scan_dquots() local [all...] |
| H A D | mkquota.c | 318 scan_dquots_callback(struct dquot *dquot, void *cb_data) scan_dquots_callback() argument [all...] |
| H A D | quotaio.h | 152 struct dquot { struct [all...] |
Completed in 3 milliseconds