Searched refs:reshape_progress (Results 1 – 2 of 2) sorted by relevance
648 if (conf->reshape_progress != MaxSector && in raid10_find_phys()649 ((r10bio->sector >= conf->reshape_progress) != in raid10_find_phys()1131 bio->bi_iter.bi_sector < conf->reshape_progress && in regular_request_wait()1132 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) { in regular_request_wait()1140 conf->reshape_progress <= bio->bi_iter.bi_sector || in regular_request_wait()1141 conf->reshape_progress >= bio->bi_iter.bi_sector + in regular_request_wait()1382 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) in raid10_write_request()1384 bio->bi_iter.bi_sector < conf->reshape_progress))) { in raid10_write_request()1386 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()3883 conf->reshape_progress = MaxSector; in setup_conf()[all …]
1017 sector_t progress = conf->reshape_progress; in use_new_offset()5804 conf->reshape_progress)) in stripe_ahead_of_reshape()5875 sector_t reshape_progress, reshape_safe; in get_reshape_loc() local5877 if (likely(conf->reshape_progress == MaxSector)) in get_reshape_loc()5889 reshape_progress = conf->reshape_progress; in get_reshape_loc()5892 if (reshape_progress == MaxSector) in get_reshape_loc()5894 if (ahead_of_reshape(mddev, logical_sector, reshape_progress)) in get_reshape_loc()6165 if (likely(conf->reshape_progress == MaxSector)) { in raid5_make_request()6259 conf->reshape_progress < raid5_size(mddev, 0, 0)) { in reshape_request()6261 - conf->reshape_progress; in reshape_request()[all …]