Home
last modified time | relevance | path

Searched refs:spa_removing_phys (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c5170 spa->spa_removing_phys.sr_state = DSS_NONE;
5171 spa->spa_removing_phys.sr_removing_vdev = -1;
5172 spa->spa_removing_phys.sr_prev_indirect_vdev = -1;
6147 spa->spa_removing_phys.sr_prev_indirect_vdev != -1) {
H A Dspa_misc.c2496 vdevid = spa->spa_removing_phys.sr_prev_indirect_vdev; in spa_get_last_removal_txg()
H A Dvdev_removal.c144 &spa->spa_removing_phys, tx)); in spa_sync_removing_state()
273 spa->spa_removing_phys.sr_end_time = 0; in vdev_remove_initiate_sync()
275 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
276 spa->spa_removing_phys.sr_copied = 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()
374 &spa->spa_removing_phys); in spa_remove_init()
377 spa->spa_removing_phys.sr_state = DSS_NONE; in spa_remove_init()
683 spa->spa_removing_phys.sr_state = state; in spa_finish_removal()
1052 spa->spa_removing_phys.sr_to_copy); in vdev_remove_complete_sync()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h75 typedef struct spa_removing_phys { struct
301 spa_removing_phys_t spa_removing_phys; member