Searched refs:dqbuf_t (Results 1 – 1 of 1) sorted by relevance
25 typedef char *dqbuf_t; typedef44 static dqbuf_t getdqbuf(size_t size) in getdqbuf()46 dqbuf_t buf = kmalloc(size, GFP_NOFS); in getdqbuf()52 static inline void freedqbuf(dqbuf_t buf) in freedqbuf()57 static inline ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, dqbuf_t buf) in read_blk()66 static inline ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, dqbuf_t buf) in write_blk()77 dqbuf_t buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()106 static int put_free_dqblk(struct qtree_mem_dqinfo *info, dqbuf_t buf, uint blk) in put_free_dqblk()123 static int remove_free_dqentry(struct qtree_mem_dqinfo *info, dqbuf_t buf, uint blk) in remove_free_dqentry()125 dqbuf_t tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()[all …]