Lines Matching defs:clean_bits
230 uint32_t *clean_bits;
425 lc->bitset_uint32_count = bitset_size / sizeof(*lc->clean_bits);
431 lc->clean_bits = vmalloc(bitset_size);
432 if (!lc->clean_bits) {
480 lc->clean_bits = (void *)lc->disk_header +
484 memset(lc->clean_bits, -1, bitset_size);
490 vfree(lc->clean_bits);
505 vfree(lc->clean_bits);
535 vfree(lc->clean_bits);
616 log_set_bit(lc, lc->clean_bits, i);
620 log_clear_bit(lc, lc->clean_bits, i);
624 log_clear_bit(lc, lc->clean_bits, i);
627 memcpy(lc->sync_bits, lc->clean_bits, size);
628 lc->sync_count = memweight(lc->clean_bits,
672 return log_test_bit(lc->clean_bits, region);
707 log_clear_bit(lc, lc->clean_bits, i);
732 log_clear_bit(lc, lc->clean_bits, region);
740 log_set_bit(lc, lc->clean_bits, region);