Lines Matching refs:reshape_sectors
2812 sector_t reshape_sectors = 0;
2816 reshape_sectors = (rdev->data_offset > rdev->new_data_offset) ?
2822 return max(reshape_sectors, (sector_t) rs->data_offset);
2836 sector_t reshape_sectors = _get_reshape_sectors(rs);
2930 rdev->sectors += reshape_sectors;
3000 sector_t sb_array_sectors, rdev_sectors, reshape_sectors;
3087 reshape_sectors = _get_reshape_sectors(rs);
3089 resize = (rs->dev_sectors != rdev_sectors - reshape_sectors);
3090 if (rs->dev_sectors > rdev_sectors - reshape_sectors)
3181 if (reshape_sectors || rs_is_raid1(rs)) {