Home
last modified time | relevance | path

Searched refs:spa_removing_phys (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c153 sizeof (spa->spa_removing_phys) / sizeof (uint64_t), in spa_sync_removing_state()
154 &spa->spa_removing_phys, tx)); in spa_sync_removing_state()
455 spa->spa_removing_phys.sr_removing_vdev = vd->vdev_id; in vdev_remove_initiate_sync()
456 spa->spa_removing_phys.sr_start_time = gethrestime_sec(); in vdev_remove_initiate_sync()
457 spa->spa_removing_phys.sr_end_time = 0; in vdev_remove_initiate_sync()
458 spa->spa_removing_phys.sr_state = DSS_SCANNING; in vdev_remove_initiate_sync()
459 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
460 spa->spa_removing_phys.sr_copied = 0; in vdev_remove_initiate_sync()
472 spa->spa_removing_phys.sr_to_copy += in vdev_remove_initiate_sync()
479 spa->spa_removing_phys.sr_to_copy -= in vdev_remove_initiate_sync()
[all …]
H A Dspa_checkpoint.c466 if (spa->spa_removing_phys.sr_state == DSS_SCANNING) in spa_checkpoint_check()
H A Dspa.c6497 spa->spa_removing_phys.sr_state = DSS_NONE;
6498 spa->spa_removing_phys.sr_removing_vdev = -1;
6499 spa->spa_removing_phys.sr_prev_indirect_vdev = -1;
7337 spa->spa_removing_phys.sr_prev_indirect_vdev != -1) {
10753 *in_progress = (spa->spa_removing_phys.sr_state ==
H A Dspa_misc.c2826 vdevid = spa->spa_removing_phys.sr_prev_indirect_vdev; in spa_get_last_removal_txg()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h86 typedef struct spa_removing_phys { struct
332 spa_removing_phys_t spa_removing_phys; member
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4221 while (spa->spa_removing_phys.sr_state == DSS_SCANNING) in ztest_device_removal()
8483 (spa->spa_removing_phys.sr_state == DSS_SCANNING || in ztest_run()
8484 spa->spa_removing_phys.sr_prev_indirect_vdev != -1)) { in ztest_run()
8485 while (spa->spa_removing_phys.sr_state == DSS_SCANNING) in ztest_run()