Lines Matching refs:this_end_bit
510 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
538 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
540 this_end_bit = end_bit; in block_bitmap_op()
546 while (bit <= this_end_bit) { in block_bitmap_op()
547 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
552 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
560 while (bit <= this_end_bit) { in block_bitmap_op()
561 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
566 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
574 while (bit <= this_end_bit) { in block_bitmap_op()
575 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
579 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
586 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
588 else while (bit <= this_end_bit) { in block_bitmap_op()
589 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) { in block_bitmap_op()
593 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()