Searched refs:last_checkpoint (Results 1 – 1 of 1) sorted by relevance
47 sector_t last_checkpoint; /* log tail. where recovery scan member147 used_size = r5l_ring_distance(log, log->last_checkpoint, in r5l_has_free_space()537 return r5l_ring_distance(log, log->last_checkpoint, in r5l_reclaimable_space()693 if (log->last_checkpoint < end) { in r5l_write_super_and_discard_space()695 log->last_checkpoint + log->rdev->data_offset, in r5l_write_super_and_discard_space()696 end - log->last_checkpoint, GFP_NOIO, 0); in r5l_write_super_and_discard_space()699 log->last_checkpoint + log->rdev->data_offset, in r5l_write_super_and_discard_space()700 log->device_size - log->last_checkpoint, in r5l_write_super_and_discard_space()752 log->last_checkpoint = next_checkpoint; in r5l_do_reclaim()1022 ctx.pos = log->last_checkpoint; in r5l_recovery_log()[all …]