Lines Matching refs:dqi_usable_bs
27 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index()
45 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
62 memset(buf, 0, info->dqi_usable_bs); in read_blk()
64 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in read_blk()
73 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in write_blk()
74 if (ret != info->dqi_usable_bs) { in write_blk()
85 char *buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()
99 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
134 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()
181 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in insert_free_dqentry()
229 char *buf = getdqbuf(info->dqi_usable_bs); in find_free_dqentry()
250 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
300 char *buf = getdqbuf(info->dqi_usable_bs); in do_insert_tree()
312 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
416 char *buf = getdqbuf(info->dqi_usable_bs); in free_dqentry()
476 char *buf = getdqbuf(info->dqi_usable_bs); 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 = getdqbuf(info->dqi_usable_bs); in find_block_dqentry()
573 char *buf = getdqbuf(info->dqi_usable_bs); in find_tree_dqentry()
681 char *buf = getdqbuf(info->dqi_usable_bs); in find_next_id()
684 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id()