Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid10.c644 if (conf->reshape_progress != MaxSector && in raid10_find_phys()
645 ((r10bio->sector >= conf->reshape_progress) != in raid10_find_phys()
1127 bio->bi_iter.bi_sector < conf->reshape_progress && in regular_request_wait()
1128 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) { in regular_request_wait()
1136 conf->reshape_progress <= bio->bi_iter.bi_sector || in regular_request_wait()
1137 conf->reshape_progress >= bio->bi_iter.bi_sector + in regular_request_wait()
1384 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) in raid10_write_request()
1386 bio->bi_iter.bi_sector < conf->reshape_progress))) { in raid10_write_request()
1388 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()
3966 conf->reshape_progress = MaxSector; in setup_conf()
[all …]