Lines Matching refs:this_end_bit
603 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
631 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
633 this_end_bit = end_bit; in block_bitmap_op()
639 while (bit <= this_end_bit) { in block_bitmap_op()
640 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
645 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
653 while (bit <= this_end_bit) { in block_bitmap_op()
654 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()
667 while (bit <= this_end_bit) { in block_bitmap_op()
668 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
672 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
679 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
681 else while (bit <= this_end_bit) { in block_bitmap_op()
682 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
686 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()