Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c7495 sector_t here_new, here_old; in raid5_run() local
7530 here_old = mddev->reshape_position; in raid5_run()
7531 sector_div(here_old, chunk_sectors * (old_disks-max_degraded)); in raid5_run()
7532 /* here_old is the first stripe that we might need to read in raid5_run()
7552 here_old * chunk_sectors) in raid5_run()
7554 here_old * chunk_sectors + (-min_offset_diff))) { in raid5_run()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c7838 sector_t here_new, here_old; in raid5_run() local
7873 here_old = mddev->reshape_position; in raid5_run()
7874 sector_div(here_old, chunk_sectors * (old_disks-max_degraded)); in raid5_run()
7875 /* here_old is the first stripe that we might need to read in raid5_run()
7895 here_old * chunk_sectors) in raid5_run()
7897 here_old * chunk_sectors + (-min_offset_diff))) { in raid5_run()

Completed in 20 milliseconds