Lines Matching refs:this_end_bit
591 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
619 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
621 this_end_bit = end_bit; in block_bitmap_op()
626 while (bit <= this_end_bit) { in block_bitmap_op()
627 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
632 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
640 while (bit <= this_end_bit) { in block_bitmap_op()
641 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
646 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
654 while (bit <= this_end_bit) { in block_bitmap_op()
655 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
659 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
666 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
669 while (bit <= this_end_bit) { in block_bitmap_op()
670 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
674 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()