Lines Matching refs:dqi_usable_bs
27 unsigned int epb = info->dqi_usable_bs >> 2; in get_index()
39 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
56 memset(buf, 0, info->dqi_usable_bs); in read_blk()
58 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in read_blk()
67 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in write_blk()
68 if (ret != info->dqi_usable_bs) { in write_blk()
79 char *buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()
93 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
128 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()
175 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in insert_free_dqentry()
223 char *buf = getdqbuf(info->dqi_usable_bs); in find_free_dqentry()
244 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
294 char *buf = getdqbuf(info->dqi_usable_bs); in do_insert_tree()
306 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
410 char *buf = getdqbuf(info->dqi_usable_bs); in free_dqentry()
470 char *buf = getdqbuf(info->dqi_usable_bs); in remove_tree()
494 for (i = 0; i < (info->dqi_usable_bs >> 2) && !ref[i]; i++) in remove_tree()
497 if (i == (info->dqi_usable_bs >> 2) in remove_tree()
529 char *buf = getdqbuf(info->dqi_usable_bs); in find_block_dqentry()
567 char *buf = getdqbuf(info->dqi_usable_bs); in find_tree_dqentry()