Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_removal.c273 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
286 spa->spa_removing_phys.sr_to_copy += in vdev_remove_initiate_sync()
293 spa->spa_removing_phys.sr_to_copy -= in vdev_remove_initiate_sync()
1051 spa->spa_removing_phys.sr_to_copy); in vdev_remove_complete_sync()
2132 prs->prs_to_copy = spa->spa_removing_phys.sr_to_copy; in spa_removal_get_stats()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h99 uint64_t sr_to_copy; /* bytes that need to be copied */ member