Home
last modified time | relevance | path

Searched refs:this_end_bit (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-integrity.c588 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
616 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
618 this_end_bit = end_bit; in block_bitmap_op()
623 while (bit <= this_end_bit) { in block_bitmap_op()
624 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
629 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
637 while (bit <= this_end_bit) { in block_bitmap_op()
638 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
643 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
651 while (bit <= this_end_bit) { in block_bitmap_op()
[all …]