Lines Matching refs:quota_handle
55 static inline void mark_quotafile_info_dirty(struct quota_handle *h) in mark_quotafile_info_dirty()
61 static void read_blk(struct quota_handle *h, uint blk, dqbuf_t buf) in read_blk()
74 static int write_blk(struct quota_handle *h, uint blk, dqbuf_t buf) in write_blk()
88 static int get_free_dqblk(struct quota_handle *h) in get_free_dqblk()
119 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, uint blk) in put_free_dqblk()
133 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, uint blk) in remove_free_dqentry()
166 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, uint blk) in insert_free_dqentry()
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()
315 struct quota_handle *h = dquot->dq_h; 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()
438 static ext2_loff_t find_block_dqentry(struct quota_handle *h, in find_block_dqentry()
464 static ext2_loff_t find_tree_dqentry(struct quota_handle *h, in find_tree_dqentry()
490 static inline ext2_loff_t find_dqentry(struct quota_handle *h, in find_dqentry()
499 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id) in qtree_read_dquot()
576 static void check_reference(struct quota_handle *h, uint blk) in check_reference()
632 int qtree_scan_dquots(struct quota_handle *h, in qtree_scan_dquots()