Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_removal.c153 &spa->spa_removing_phys, tx)); in spa_sync_removing_state()
284 spa->spa_removing_phys.sr_end_time = 0; in vdev_remove_initiate_sync()
286 spa->spa_removing_phys.sr_to_copy = 0; in vdev_remove_initiate_sync()
287 spa->spa_removing_phys.sr_copied = 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()
385 &spa->spa_removing_phys); in spa_remove_init()
388 spa->spa_removing_phys.sr_state = DSS_NONE; in spa_remove_init()
695 spa->spa_removing_phys.sr_state = state; in spa_finish_removal()
1100 spa->spa_removing_phys.sr_to_copy); in vdev_remove_complete_sync()
[all …]
H A Dspa_checkpoint.c464 if (spa->spa_removing_phys.sr_state == DSS_SCANNING) in spa_checkpoint_check()
H A Dspa.c5730 spa->spa_removing_phys.sr_state = DSS_NONE;
5731 spa->spa_removing_phys.sr_removing_vdev = -1;
5732 spa->spa_removing_phys.sr_prev_indirect_vdev = -1;
6494 spa->spa_removing_phys.sr_prev_indirect_vdev != -1) {
9595 *in_progress = (spa->spa_removing_phys.sr_state ==
H A Dspa_misc.c2589 vdevid = spa->spa_removing_phys.sr_prev_indirect_vdev; in spa_get_last_removal_txg()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h77 typedef struct spa_removing_phys { struct
307 spa_removing_phys_t spa_removing_phys; member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3735 while (spa->spa_removing_phys.sr_state == DSS_SCANNING) in ztest_device_removal()
7310 if (spa->spa_removing_phys.sr_state == DSS_SCANNING || in ztest_run()
7311 spa->spa_removing_phys.sr_prev_indirect_vdev != -1) { in ztest_run()
7312 while (spa->spa_removing_phys.sr_state == DSS_SCANNING) in ztest_run()