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()
63 memset(buf, 0, info->dqi_usable_bs); in read_blk()
65 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
74 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_blk()
75 if (ret != info->dqi_usable_bs) { in write_blk()
115 char *buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()
132 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
167 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()
214 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in insert_free_dqentry()
262 char *buf = getdqbuf(info->dqi_usable_bs); in find_free_dqentry()
286 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry()
336 char *buf = getdqbuf(info->dqi_usable_bs); in do_insert_tree()
348 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree()
452 char *buf = getdqbuf(info->dqi_usable_bs); in free_dqentry()
516 char *buf = getdqbuf(info->dqi_usable_bs); in remove_tree()
547 for (i = 0; i < (info->dqi_usable_bs >> 2) && !ref[i]; i++) in remove_tree()
550 if (i == (info->dqi_usable_bs >> 2) in remove_tree()
582 char *buf = getdqbuf(info->dqi_usable_bs); in find_block_dqentry()
620 char *buf = getdqbuf(info->dqi_usable_bs); in find_tree_dqentry()
735 char *buf = getdqbuf(info->dqi_usable_bs); in find_next_id()
738 unsigned int epb = info->dqi_usable_bs >> 2; in find_next_id()