Lines Matching defs:h
57 static inline void mark_quotafile_info_dirty(struct quota_handle *h) in mark_quotafile_info_dirty()
63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk()
76 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk()
90 static int get_free_dqblk(struct quota_handle *h) in get_free_dqblk()
121 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk()
136 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()
307 static int dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree()
325 struct quota_handle *h = dquot->dq_h; in qtree_write_dquot() local
363 static void free_dqentry(struct quota_handle *h, struct dquot *dquot, in free_dqentry()
405 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree()
454 static long find_block_dqentry(struct quota_handle *h, in find_block_dqentry()
480 static long find_tree_dqentry(struct quota_handle *h, in find_tree_dqentry()
506 static inline long find_dqentry(struct quota_handle *h, in find_dqentry()
515 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id) in qtree_read_dquot()
592 static int check_reference(struct quota_handle *h, unsigned int blk) in check_reference()
653 int qtree_scan_dquots(struct quota_handle *h, in qtree_scan_dquots()