Lines Matching defs:dquot
190 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()
505 struct dquot *dquot = get_empty_dquot(); in qtree_read_dquot() local
542 static int report_block(struct dquot *dquot, uint blk, char *bitmap, in report_block()
587 static int report_tree(struct dquot *dquot, uint blk, int depth, char *bitmap, in report_tree()
632 int qtree_scan_dquots(struct quota_handle *h, in qtree_scan_dquots()
639 struct dquot *dquot = get_empty_dquot(); in qtree_scan_dquots() local