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

/linux-master/drivers/md/
H A Draid5.c7813 sector_t here_new, here_old; local
7838 here_new = mddev->reshape_position;
7841 if (sector_div(here_new, chunk_sectors * new_data_disks)) {
7846 reshape_offset = here_new * chunk_sectors;
7847 /* here_new is the stripe we will write to */
7869 ? (here_new * chunk_sectors + min_offset_diff <=
7871 : (here_new * chunk_sectors >=

Completed in 369 milliseconds