Home
last modified time | relevance | path

Searched refs:sr_to_copy (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_removal.c275 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
288 spa->spa_removing_phys.sr_to_copy += in vdev_remove_initiate_sync()
295 spa->spa_removing_phys.sr_to_copy -= in vdev_remove_initiate_sync()
1052 spa->spa_removing_phys.sr_to_copy); in vdev_remove_complete_sync()
2172 prs->prs_to_copy = spa->spa_removing_phys.sr_to_copy; in spa_removal_get_stats()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h100 uint64_t sr_to_copy; /* bytes that need to be copied */ member