this_end_bit      503 drivers/md/dm-integrity.c 	unsigned long bit, end_bit, this_end_bit, page, end_page;
this_end_bit      531 drivers/md/dm-integrity.c 		this_end_bit = PAGE_SIZE * 8 - 1;
this_end_bit      533 drivers/md/dm-integrity.c 		this_end_bit = end_bit;
this_end_bit      539 drivers/md/dm-integrity.c 		while (bit <= this_end_bit) {
this_end_bit      540 drivers/md/dm-integrity.c 			if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
this_end_bit      545 drivers/md/dm-integrity.c 				} while (this_end_bit >= bit + BITS_PER_LONG - 1);
this_end_bit      553 drivers/md/dm-integrity.c 		while (bit <= this_end_bit) {
this_end_bit      554 drivers/md/dm-integrity.c 			if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
this_end_bit      559 drivers/md/dm-integrity.c 				} while (this_end_bit >= bit + BITS_PER_LONG - 1);
this_end_bit      567 drivers/md/dm-integrity.c 		while (bit <= this_end_bit) {
this_end_bit      568 drivers/md/dm-integrity.c 			if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
this_end_bit      572 drivers/md/dm-integrity.c 				} while (this_end_bit >= bit + BITS_PER_LONG - 1);
this_end_bit      579 drivers/md/dm-integrity.c 		if (!bit && this_end_bit == PAGE_SIZE * 8 - 1)
this_end_bit      581 drivers/md/dm-integrity.c 		else while (bit <= this_end_bit) {
this_end_bit      582 drivers/md/dm-integrity.c 			if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
this_end_bit      586 drivers/md/dm-integrity.c 				} while (this_end_bit >= bit + BITS_PER_LONG - 1);