Lines Matching refs:dqi_usable_bs

28 	unsigned int epb = info->dqi_usable_bs >> 2;  in __get_index()
46 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
54 memset(buf, 0, info->dqi_usable_bs); in read_blk()
56 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
65 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_blk()
66 if (ret != info->dqi_usable_bs) { in write_blk()
111 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in get_free_dqblk()
128 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
163 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in remove_free_dqentry()
210 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in insert_free_dqentry()
258 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_free_dqentry()
282 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
332 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in do_insert_tree()
344 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
452 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in free_dqentry()
516 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in remove_tree()
545 for (i = 0; i < (info->dqi_usable_bs >> 2) && !ref[i]; i++) in remove_tree()
548 if (i == (info->dqi_usable_bs >> 2) in remove_tree()
580 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_block_dqentry()
618 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_tree_dqentry()
731 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_next_id()
734 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id()