Lines Matching defs:clean_bits
227 uint32_t *clean_bits;
421 lc->bitset_uint32_count = bitset_size / sizeof(*lc->clean_bits);
427 lc->clean_bits = vmalloc(bitset_size);
428 if (!lc->clean_bits) {
477 lc->clean_bits = (void *)lc->disk_header +
481 memset(lc->clean_bits, -1, bitset_size);
487 vfree(lc->clean_bits);
502 vfree(lc->clean_bits);
532 vfree(lc->clean_bits);
611 log_set_bit(lc, lc->clean_bits, i);
615 log_clear_bit(lc, lc->clean_bits, i);
619 log_clear_bit(lc, lc->clean_bits, i);
622 memcpy(lc->sync_bits, lc->clean_bits, size);
623 lc->sync_count = memweight(lc->clean_bits,
664 return log_test_bit(lc->clean_bits, region);
698 log_clear_bit(lc, lc->clean_bits, i);
722 log_clear_bit(lc, lc->clean_bits, region);
729 log_set_bit(lc, lc->clean_bits, region);