Searched refs:reshape_progress (Results 1 – 4 of 4) sorted by relevance
654 if (conf->reshape_progress != MaxSector && in raid10_find_phys()655 ((r10bio->sector >= conf->reshape_progress) != in raid10_find_phys()1155 bio->bi_iter.bi_sector < conf->reshape_progress && in regular_request_wait()1156 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) { in regular_request_wait()1164 conf->reshape_progress <= bio->bi_iter.bi_sector || in regular_request_wait()1165 conf->reshape_progress >= bio->bi_iter.bi_sector + in regular_request_wait()1442 bio->bi_iter.bi_sector + sectors > conf->reshape_progress) in raid10_write_request()1444 bio->bi_iter.bi_sector < conf->reshape_progress))) { in raid10_write_request()1446 mddev->reshape_position = conf->reshape_progress; in raid10_write_request()4101 conf->reshape_progress = MaxSector; in setup_conf()[all …]
64 sector_t reshape_progress; member
1013 sector_t progress = conf->reshape_progress; in use_new_offset()5904 conf->reshape_progress)) in stripe_ahead_of_reshape()5988 if (unlikely(conf->reshape_progress != MaxSector)) { in make_stripe_request()6000 conf->reshape_progress)) { in make_stripe_request()6191 (conf->reshape_progress != MaxSector) && in raid5_make_request()6192 !ahead_of_reshape(mddev, logical_sector, conf->reshape_progress) && in raid5_make_request()6208 if (likely(conf->reshape_progress == MaxSector)) in raid5_make_request()6289 conf->reshape_progress < raid5_size(mddev, 0, 0)) { in reshape_request()6291 - conf->reshape_progress; in reshape_request()6293 conf->reshape_progress == MaxSector) { in reshape_request()[all …]
596 sector_t reshape_progress; member