Searched refs:last_checkpoint (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Draid5-cache.c92 sector_t last_checkpoint; /* log tail. where recovery scan member in struct:r5l_log
277 used_size = r5l_ring_distance(log, log->last_checkpoint,
377 * last_checkpoint). This function helps check how much log space is
430 log->last_checkpoint);
1070 if (sh->log_start == log->last_checkpoint)
1149 * calculate new last_checkpoint
1180 return r5l_ring_distance(log, log->last_checkpoint,
1345 if (log->last_checkpoint < end) {
1347 log->last_checkpoint + log->rdev->data_offset,
1348 end - log->last_checkpoint, GFP_NOI
[all...]

Completed in 143 milliseconds