|
| static dqbuf_t | getdqbuf (void) |
| |
| int | qtree_entry_unused (struct qtree_mem_dqinfo *info, char *disk) |
| |
| int | qtree_dqstr_in_blk (struct qtree_mem_dqinfo *info) |
| |
| static int | get_index (qid_t id, int depth) |
| |
| static void | mark_quotafile_info_dirty (struct quota_handle *h) |
| |
| static void | read_blk (struct quota_handle *h, unsigned int blk, dqbuf_t buf) |
| |
| static int | write_blk (struct quota_handle *h, unsigned int blk, dqbuf_t buf) |
| |
| static int | get_free_dqblk (struct quota_handle *h) |
| |
| static void | put_free_dqblk (struct quota_handle *h, dqbuf_t buf, unsigned int blk) |
| |
| static void | remove_free_dqentry (struct quota_handle *h, dqbuf_t buf, unsigned int blk) |
| |
| static void | insert_free_dqentry (struct quota_handle *h, dqbuf_t buf, unsigned int blk) |
| |
| static unsigned int | find_free_dqentry (struct quota_handle *h, struct dquot *dquot, int *err) |
| |
| static int | do_insert_tree (struct quota_handle *h, struct dquot *dquot, unsigned int *treeblk, int depth) |
| |
| static int | dq_insert_tree (struct quota_handle *h, struct dquot *dquot) |
| |
| int | qtree_write_dquot (struct dquot *dquot) |
| |
| static void | free_dqentry (struct quota_handle *h, struct dquot *dquot, unsigned int blk) |
| |
| static void | remove_tree (struct quota_handle *h, struct dquot *dquot, unsigned int *blk, int depth) |
| |
| void | qtree_delete_dquot (struct dquot *dquot) |
| |
| static long | find_block_dqentry (struct quota_handle *h, struct dquot *dquot, unsigned int blk) |
| |
| static long | find_tree_dqentry (struct quota_handle *h, struct dquot *dquot, unsigned int blk, int depth) |
| |
| static long | find_dqentry (struct quota_handle *h, struct dquot *dquot) |
| |
| struct dquot * | qtree_read_dquot (struct quota_handle *h, qid_t id) |
| |
| static int | report_block (struct dquot *dquot, unsigned int blk, char *bitmap, int(*process_dquot)(struct dquot *, void *), void *data) |
| |
| static int | check_reference (struct quota_handle *h, unsigned int blk) |
| |
| static int | report_tree (struct dquot *dquot, unsigned int blk, int depth, char *bitmap, int *entries, int(*process_dquot)(struct dquot *, void *), void *data) |
| |
| static unsigned int | find_set_bits (char *bmp, int blocks) |
| |
| int | qtree_scan_dquots (struct quota_handle *h, int(*process_dquot)(struct dquot *, void *), void *data) |
| |