Lines Matching full:nr_blocks
42 unsigned int nr_blocks;
46 nr_blocks = (io_u->buflen + min_bs - 1) / min_bs;
49 nr_blocks = axmap_set_nr(f->io_axmap, block, nr_blocks);
51 if ((nr_blocks * min_bs) < io_u->buflen)
52 io_u->buflen = nr_blocks * min_bs;
1557 unsigned int i, nr_blocks = io_u->buflen / 512;
1562 if (!nr_blocks)
1569 for (i = 0; i < nr_blocks; i++) {