Searched refs:last_checkpoint (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-cache.c | 92 sector_t last_checkpoint; /* log tail. where recovery scan member 277 used_size = r5l_ring_distance(log, log->last_checkpoint, in r5l_has_free_space() 374 * last_checkpoint). This function helps check how much log space is 427 log->last_checkpoint); in r5c_update_log_state() 1069 if (sh->log_start == log->last_checkpoint) in r5l_write_stripe() 1148 * calculate new last_checkpoint 1179 return r5l_ring_distance(log, log->last_checkpoint, in r5l_reclaimable_space() 1344 if (log->last_checkpoint < end) { in r5l_write_super_and_discard_space() 1346 log->last_checkpoint + log->rdev->data_offset, in r5l_write_super_and_discard_space() 1347 end - log->last_checkpoint, GFP_NOI in r5l_write_super_and_discard_space() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 92 sector_t last_checkpoint; /* log tail. where recovery scan member 277 used_size = r5l_ring_distance(log, log->last_checkpoint, in r5l_has_free_space() 374 * last_checkpoint). This function helps check how much log space is 427 log->last_checkpoint); in r5c_update_log_state() 1068 if (sh->log_start == log->last_checkpoint) in r5l_write_stripe() 1147 * calculate new last_checkpoint 1178 return r5l_ring_distance(log, log->last_checkpoint, in r5l_reclaimable_space() 1343 if (log->last_checkpoint < end) { in r5l_write_super_and_discard_space() 1345 log->last_checkpoint + log->rdev->data_offset, in r5l_write_super_and_discard_space() 1346 end - log->last_checkpoint, GFP_NOI in r5l_write_super_and_discard_space() [all...] |
Completed in 6 milliseconds