Lines Matching defs:last_checkpoint
92 sector_t last_checkpoint; /* log tail. where recovery scan
277 used_size = r5l_ring_distance(log, log->last_checkpoint,
374 * last_checkpoint). This function helps check how much log space is
427 log->last_checkpoint);
1069 if (sh->log_start == log->last_checkpoint)
1148 * calculate new last_checkpoint
1179 return r5l_ring_distance(log, log->last_checkpoint,
1344 if (log->last_checkpoint < end) {
1346 log->last_checkpoint + log->rdev->data_offset,
1347 end - log->last_checkpoint, GFP_NOIO, 0);
1350 log->last_checkpoint + log->rdev->data_offset,
1351 log->device_size - log->last_checkpoint,
1542 log->last_checkpoint = next_checkpoint;
2303 * |- log->last_checkpoint
2312 * |- log->last_checkpoint |- ctx->pos
2322 * |- log->last_checkpoint |- ctx->pos+1
2333 * |- log->last_checkpoint |- ctx->pos+n
2337 * again from log->last_checkpoint.
2345 * |- log->last_checkpoint |- ctx->pos+n
2349 * point on, the recovery will start from new log->last_checkpoint.
2469 ctx->pos = log->last_checkpoint;
2513 log->last_checkpoint = pos;
2927 if (sh->log_start == log->last_checkpoint)
3017 log->last_checkpoint = cp;