Lines Matching refs:dqi_usable_bs

34 	unsigned int epb = info->dqi_usable_bs >> 2;  in __get_index()
52 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
60 memset(buf, 0, info->dqi_usable_bs); in read_blk()
62 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
71 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_blk()
72 if (ret != info->dqi_usable_bs) { in write_blk()
117 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in get_free_dqblk()
134 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
169 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in remove_free_dqentry()
216 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in insert_free_dqentry()
264 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in find_free_dqentry()
288 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
338 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in do_insert_tree()
359 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
483 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in free_dqentry()
547 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in remove_tree()
586 for (i = 0; i < (info->dqi_usable_bs >> 2) && !ref[i]; i++) in remove_tree()
589 if (i == (info->dqi_usable_bs >> 2) in remove_tree()
625 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in find_block_dqentry()
663 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in find_tree_dqentry()
795 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in find_next_id()
798 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id()