Lines Matching refs:this_end_bit
503 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
531 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
533 this_end_bit = end_bit; in block_bitmap_op()
539 while (bit <= this_end_bit) { in block_bitmap_op()
540 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
545 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
553 while (bit <= this_end_bit) { in block_bitmap_op()
554 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
559 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
567 while (bit <= this_end_bit) { in block_bitmap_op()
568 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
572 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
579 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
581 else while (bit <= this_end_bit) { in block_bitmap_op()
582 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
586 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()