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()
77 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in get_free_dqblk()
91 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
126 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in remove_free_dqentry()
173 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in insert_free_dqentry()
221 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_free_dqentry()
242 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
292 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in do_insert_tree()
304 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
408 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in free_dqentry()
469 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in remove_tree()
500 for (i = 0; i < (info->dqi_usable_bs >> 2) && !ref[i]; i++) in remove_tree()
503 if (i == (info->dqi_usable_bs >> 2) in remove_tree()
535 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_block_dqentry()
573 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_tree_dqentry()
688 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_next_id()
691 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id()