last_checkpoint    92 drivers/md/raid5-cache.c 	sector_t last_checkpoint;	/* log tail. where recovery scan
last_checkpoint   279 drivers/md/raid5-cache.c 	used_size = r5l_ring_distance(log, log->last_checkpoint,
last_checkpoint   429 drivers/md/raid5-cache.c 				       log->last_checkpoint);
last_checkpoint  1071 drivers/md/raid5-cache.c 			if (sh->log_start == log->last_checkpoint)
last_checkpoint  1181 drivers/md/raid5-cache.c 	return r5l_ring_distance(log, log->last_checkpoint,
last_checkpoint  1346 drivers/md/raid5-cache.c 	if (log->last_checkpoint < end) {
last_checkpoint  1348 drivers/md/raid5-cache.c 				log->last_checkpoint + log->rdev->data_offset,
last_checkpoint  1349 drivers/md/raid5-cache.c 				end - log->last_checkpoint, GFP_NOIO, 0);
last_checkpoint  1352 drivers/md/raid5-cache.c 				log->last_checkpoint + log->rdev->data_offset,
last_checkpoint  1353 drivers/md/raid5-cache.c 				log->device_size - log->last_checkpoint,
last_checkpoint  1544 drivers/md/raid5-cache.c 	log->last_checkpoint = next_checkpoint;
last_checkpoint  2464 drivers/md/raid5-cache.c 	ctx->pos = log->last_checkpoint;
last_checkpoint  2508 drivers/md/raid5-cache.c 	log->last_checkpoint = pos;
last_checkpoint  2925 drivers/md/raid5-cache.c 		if (sh->log_start == log->last_checkpoint)
last_checkpoint  3015 drivers/md/raid5-cache.c 	log->last_checkpoint = cp;