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

/drivers/md/
H A Draid5.c4976 sector_t here_new, here_old; local
4991 here_new = mddev->reshape_position;
4992 if (sector_div(here_new, mddev->new_chunk_sectors *
4998 reshape_offset = here_new * mddev->new_chunk_sectors;
4999 /* here_new is the stripe we will write to */
5013 if ((here_new * mddev->new_chunk_sectors !=
5022 ? (here_new * mddev->new_chunk_sectors <=
5024 : (here_new * mddev->new_chunk_sectors >=

Completed in 18 milliseconds