Lines Matching defs:reshape_sectors
1633 sector_t reshape_sectors = 0;
1637 reshape_sectors = (rdev->data_offset > rdev->new_data_offset) ?
1643 return max(reshape_sectors, (sector_t) rs->data_offset);
2851 sector_t reshape_sectors = _get_reshape_sectors(rs);
2945 rdev->sectors += reshape_sectors;
3015 sector_t sb_array_sectors, rdev_sectors, reshape_sectors;
3102 reshape_sectors = _get_reshape_sectors(rs);
3104 resize = (rs->dev_sectors != rdev_sectors - reshape_sectors);
3105 if (rs->dev_sectors > rdev_sectors - reshape_sectors)
3196 if (reshape_sectors || rs_is_raid1(rs)) {