Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_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()
1545 if (spa->spa_vdev_removal == NULL) in spa_vdev_remove_cancel_check()
1695 if (spa->spa_vdev_removal == NULL) in spa_vdev_remove_cancel()
[all …]
H A Dspa_checkpoint.c463 if (spa->spa_vdev_removal != NULL) in spa_checkpoint_check()
H A Dspa.c1435 if (spa->spa_vdev_removal != NULL) { in spa_unload()
1436 spa_vdev_removal_destroy(spa->spa_vdev_removal); in spa_unload()
1437 spa->spa_vdev_removal = NULL; in spa_unload()
5913 if (spa->spa_vdev_removal != NULL ||
5917 if (spa->spa_vdev_removal != NULL &&
6034 if (spa->spa_vdev_removal != NULL)
8103 if (spa->spa_vdev_removal != NULL)
8161 if (spa->spa_vdev_removal != NULL) {
8162 ASSERT0(spa->spa_vdev_removal->svr_bytes_done[txg & TXG_MASK]);
H A Dspa_misc.c1821 if (spa->spa_vdev_removal != NULL) { in spa_update_dspace()
1837 vdev_lookup_top(spa, spa->spa_vdev_removal->svr_vdev_id); in spa_update_dspace()
H A Dmetaslab.c3639 if (spa->spa_vdev_removal != NULL && in metaslab_free_impl()
3640 spa->spa_vdev_removal->svr_vdev_id == vd->vdev_id && in metaslab_free_impl()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_removal.h32 typedef struct spa_vdev_removal { struct
H A Dspa_impl.h291 spa_vdev_removal_t *spa_vdev_removal; member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3112 if (spa->spa_vdev_removal == NULL) in zdb_claim_removing()
3117 spa_vdev_removal_t *svr = spa->spa_vdev_removal; in zdb_claim_removing()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3176 while (spa->spa_vdev_removal != NULL) in ztest_device_removal()