Lines Matching refs:quota_handle
56 static inline void mark_quotafile_info_dirty(struct quota_handle *h) in mark_quotafile_info_dirty()
62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk()
75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk()
89 static int get_free_dqblk(struct quota_handle *h) in get_free_dqblk()
120 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk()
135 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, in remove_free_dqentry()
169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, in insert_free_dqentry()
194 static unsigned int find_free_dqentry(struct quota_handle *h, 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()
320 struct quota_handle *h = dquot->dq_h; 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()
445 static ext2_loff_t find_block_dqentry(struct quota_handle *h, in find_block_dqentry()
471 static ext2_loff_t find_tree_dqentry(struct quota_handle *h, in find_tree_dqentry()
497 static inline ext2_loff_t find_dqentry(struct quota_handle *h, in find_dqentry()
506 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id) in qtree_read_dquot()
583 static void check_reference(struct quota_handle *h, unsigned int blk) in check_reference()
641 int qtree_scan_dquots(struct quota_handle *h, in qtree_scan_dquots()