Home
last modified time | relevance | path

Searched refs:sr_to_copy (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_removal.c286 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
299 spa->spa_removing_phys.sr_to_copy += in vdev_remove_initiate_sync()
306 spa->spa_removing_phys.sr_to_copy -= in vdev_remove_initiate_sync()
1100 spa->spa_removing_phys.sr_to_copy); in vdev_remove_complete_sync()
2335 prs->prs_to_copy = spa->spa_removing_phys.sr_to_copy; in spa_removal_get_stats()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h102 uint64_t sr_to_copy; /* bytes that need to be copied */ member