sectors_found     331 drivers/md/bcache/extents.c 	unsigned int old_size, sectors_found = 0;
sectors_found     378 drivers/md/bcache/extents.c 			if (KEY_START(k) > KEY_START(insert) + sectors_found)
sectors_found     393 drivers/md/bcache/extents.c 			sectors_found = KEY_OFFSET(k) - KEY_START(insert);
sectors_found     463 drivers/md/bcache/extents.c 		if (!sectors_found) {
sectors_found     465 drivers/md/bcache/extents.c 		} else if (sectors_found < KEY_SIZE(insert)) {
sectors_found     467 drivers/md/bcache/extents.c 				       (KEY_SIZE(insert) - sectors_found));
sectors_found     468 drivers/md/bcache/extents.c 			SET_KEY_SIZE(insert, sectors_found);