Home
last modified time | relevance | path

Searched refs:spa_vdev_removal (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
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()
911 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_vdev_copy_segment()
1096 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in vdev_remove_replace_with_indirect()
1146 vdev_t *vd = vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in vdev_remove_complete()
[all …]
H A Dspa_checkpoint.c462 if (spa->spa_vdev_removal != NULL) in spa_checkpoint_check()
H A Dspa_misc.c1827 if (spa->spa_vdev_removal != NULL) { in spa_update_dspace()
1843 vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in spa_update_dspace()
H A Dspa.c1495 if (spa->spa_vdev_removal != NULL) { in spa_unload()
1496 spa_vdev_removal_destroy(spa->spa_vdev_removal); in spa_unload()
1497 spa->spa_vdev_removal = NULL; in spa_unload()
6147 if (spa->spa_vdev_removal != NULL ||
6151 if (spa->spa_vdev_removal != NULL &&
6258 if (spa->spa_vdev_removal != NULL)
8671 if (spa->spa_vdev_removal != NULL) {
8672 ASSERT0(spa->spa_vdev_removal->svr_bytes_done[txg & TXG_MASK]);
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()
/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
/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/cmd/ztest/
H A Dztest.c3446 while (spa->spa_vdev_removal != NULL) in ztest_device_removal()