Home
last modified time | relevance | path

Searched refs:here_new (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
Draid5.c6737 sector_t here_new, here_old; in run() local
6763 here_new = mddev->reshape_position; in run()
6766 if (sector_div(here_new, chunk_sectors * new_data_disks)) { in run()
6771 reshape_offset = here_new * chunk_sectors; in run()
6796 ? (here_new * chunk_sectors + min_offset_diff <= in run()
6798 : (here_new * chunk_sectors >= in run()