Lines Matching defs:bits
37 * An in core copy of the bits to save constantly doing look ups on
40 unsigned long *bits;
49 vfree(ws->bits);
50 ws->bits = NULL;
75 ws->bits = vzalloc(bitset_size(nr_blocks));
76 if (!ws->bits) {
92 memset(ws->bits, 0, bitset_size(nr_blocks));
106 return test_bit(block, ws->bits);
138 if (!test_bit(block, ws->bits)) {
1291 set_bit(get_block(era, bio), ws->bits);