Home
last modified time | relevance | path

Searched refs:spa_vdev_removal (Results 1 – 9 of 9) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1820 if (spa->spa_vdev_removal != NULL) { in spa_update_dspace()
1836 vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in spa_update_dspace()
H A Dmetaslab.c5271 if (spa->spa_vdev_removal != NULL && in metaslab_free_impl()
5272 spa->spa_vdev_removal->svr_vdev_id == vd->vdev_id && in metaslab_free_impl()
H A Dspa.c1494 if (spa->spa_vdev_removal != NULL) { in spa_unload()
1495 spa_vdev_removal_destroy(spa->spa_vdev_removal); in spa_unload()
1496 spa->spa_vdev_removal = NULL; in spa_unload()
6146 if (spa->spa_vdev_removal != NULL ||
6150 if (spa->spa_vdev_removal != NULL &&
6257 if (spa->spa_vdev_removal != NULL)
8669 if (spa->spa_vdev_removal != NULL) {
8670 ASSERT0(spa->spa_vdev_removal->svr_bytes_done[txg & TXG_MASK]);
H A Dvdev_removal.c351 ASSERT3P(spa->spa_vdev_removal, ==, NULL); in vdev_remove_initiate_sync()
352 spa->spa_vdev_removal = svr; in vdev_remove_initiate_sync()
415 spa->spa_vdev_removal = svr; in spa_remove_init()
446 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_restart_removal()
480 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in free_from_removing_vdev()
661 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_finish_removal()
686 spa->spa_vdev_removal = NULL; in spa_finish_removal()
910 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_vdev_copy_segment()
1537 if (spa->spa_vdev_removal == NULL) in spa_vdev_remove_cancel_check()
1682 if (spa->spa_vdev_removal == NULL) in spa_vdev_remove_cancel()
[all …]
H A Dspa_checkpoint.c461 if (spa->spa_vdev_removal != NULL) in spa_checkpoint_check()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3446 while (spa->spa_vdev_removal != NULL) in ztest_device_removal()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3892 if (spa->spa_vdev_removal == NULL) in zdb_claim_removing()
3897 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in zdb_claim_removing()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_removal.h32 typedef struct spa_vdev_removal { struct
H A Dspa_impl.h302 spa_vdev_removal_t *spa_vdev_removal; member