Lines Matching defs:nr_bits
29 uint32_t nr_bits;
54 unsigned nr_bits, dm_block_t *root)
62 return dm_bitset_resize(info, *root, 0, nr_bits, false, root);
65 static size_t bitset_size(unsigned nr_bits)
67 return sizeof(unsigned long) * dm_div_up(nr_bits, BITS_PER_LONG);
94 ws->md.nr_bits = nr_blocks;
95 r = setup_on_disk_bitset(info, ws->md.nr_bits, &ws->md.root);
158 __le32 nr_bits;
356 disk->nr_bits = cpu_to_le32(core->nr_bits);
362 core->nr_bits = le32_to_cpu(disk->nr_bits);
666 unsigned nr_bits, current_bit;
701 unsigned b, e = min(d->current_bit + INSERTS_PER_STEP, d->nr_bits);
722 if (b == d->nr_bits)
765 d->nr_bits = min(d->writeset.nr_bits, md->nr_blocks);