Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_removal.c356 ASSERT3P(spa->spa_vdev_removal, ==, NULL); in vdev_remove_initiate_sync()
357 spa->spa_vdev_removal = svr; in vdev_remove_initiate_sync()
420 spa->spa_vdev_removal = svr; in spa_remove_init()
451 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_restart_removal()
485 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in free_from_removing_vdev()
666 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_finish_removal()
691 spa->spa_vdev_removal = NULL; in spa_finish_removal()
915 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in spa_vdev_copy_segment()
1098 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in vdev_remove_replace_with_indirect()
1148 vdev_t *vd = vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in vdev_remove_complete()
[all …]
HDspa_checkpoint.c463 if (spa->spa_vdev_removal != NULL) in spa_checkpoint_check()
HDspa.c1432 if (spa->spa_vdev_removal != NULL) { in spa_unload()
1433 spa_vdev_removal_destroy(spa->spa_vdev_removal); in spa_unload()
1434 spa->spa_vdev_removal = NULL; in spa_unload()
5905 if (spa->spa_vdev_removal != NULL ||
5909 if (spa->spa_vdev_removal != NULL &&
6026 if (spa->spa_vdev_removal != NULL)
8095 if (spa->spa_vdev_removal != NULL)
8153 if (spa->spa_vdev_removal != NULL) {
8154 ASSERT0(spa->spa_vdev_removal->svr_bytes_done[txg & TXG_MASK]);
HDspa_misc.c1878 if (spa->spa_vdev_removal != NULL) { in spa_update_dspace()
1894 vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in spa_update_dspace()
HDmetaslab.c3607 if (spa->spa_vdev_removal != NULL && in metaslab_free_impl()
3608 spa->spa_vdev_removal->svr_vdev_id == vd->vdev_id && in metaslab_free_impl()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_removal.h32 typedef struct spa_vdev_removal { struct
HDspa_impl.h291 spa_vdev_removal_t *spa_vdev_removal; member
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c3040 if (spa->spa_vdev_removal == NULL) in zdb_claim_removing()
3045 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in zdb_claim_removing()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c3086 while (spa->spa_vdev_removal != NULL) in ztest_device_removal()