Searched refs:reshape_progress (Results 1 – 2 of 2) sorted by relevance
646 if (conf->reshape_progress != MaxSector && in raid10_find_phys()647 ((r10bio->sector >= conf->reshape_progress) != in raid10_find_phys()1129 bio->bi_iter.bi_sector < conf->reshape_progress && in regular_request_wait()1130 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) { in regular_request_wait()1138 conf->reshape_progress <= bio->bi_iter.bi_sector || in regular_request_wait()1139 conf->reshape_progress >= bio->bi_iter.bi_sector + in regular_request_wait()1386 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) in raid10_write_request()1388 bio->bi_iter.bi_sector < conf->reshape_progress))) { in raid10_write_request()1390 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()3958 conf->reshape_progress = MaxSector; in setup_conf()[all …]
1013 sector_t progress = conf->reshape_progress; in use_new_offset()5781 conf->reshape_progress)) in stripe_ahead_of_reshape()5852 sector_t reshape_progress, reshape_safe; in get_reshape_loc() local5854 if (likely(conf->reshape_progress == MaxSector)) in get_reshape_loc()5866 reshape_progress = conf->reshape_progress; in get_reshape_loc()5869 if (reshape_progress == MaxSector) in get_reshape_loc()5871 if (ahead_of_reshape(mddev, logical_sector, reshape_progress)) in get_reshape_loc()6137 if (likely(conf->reshape_progress == MaxSector)) { in raid5_make_request()6229 conf->reshape_progress < raid5_size(mddev, 0, 0)) { in reshape_request()6231 - conf->reshape_progress; in reshape_request()[all …]