Home
last modified time | relevance | path

Searched refs:vdev_removing (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_removal.c245 ASSERT(vd->vdev_removing); in vdev_remove_initiate_sync()
412 ASSERT(vd->vdev_removing); in spa_remove_init()
1109 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect()
1359 ASSERT(vd->vdev_removing); in spa_vdev_remove_thread()
1680 vd->vdev_removing = B_FALSE; in spa_vdev_remove_cancel_sync()
1816 vd->vdev_removing = B_TRUE; in spa_vdev_remove_log()
2013 vd->vdev_removing = B_TRUE; in spa_vdev_remove_top()
H A Dvdev_initialize.c57 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_initialize_should_stop()
76 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_initialize_zap_update_sync()
683 ASSERT(!vd->vdev_top->vdev_removing); in vdev_initialize()
H A Dvdev.c786 &vd->vdev_removing); in vdev_alloc()
971 ASSERT(vd->vdev_removing || in vdev_free()
1051 ASSERT0(tvd->vdev_removing); in vdev_top_transfer()
1052 tvd->vdev_removing = svd->vdev_removing; in vdev_top_transfer()
1065 svd->vdev_removing = 0; in vdev_top_transfer()
1256 if (oldc == 0 && !vd->vdev_removing) in vdev_metaslab_init()
2685 !vd->vdev_top->vdev_removing) { in vdev_construct_zaps()
2713 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3129 ASSERT(vd->vdev_removing || in vdev_sync()
3150 !vd->vdev_removing) { in vdev_sync()
[all …]
H A Dvdev_label.c321 if (vd->vdev_removing) { in vdev_config_generate()
323 vd->vdev_removing); in vdev_config_generate()
451 !cvd->vdev_removing) in vdev_config_generate()
H A Dspa_config.c571 (tvd->vdev_islog && tvd->vdev_removing)) in spa_config_update()
H A Dvdev_indirect.c305 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_mark_obsolete()
795 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_sync_obsolete()
H A Dmetaslab.c1799 ASSERT(!vd->vdev_removing); in metaslab_space_weight()
2031 if (vd->vdev_removing) in metaslab_weight()
2671 if (free_space <= spa_get_slop_space(spa) || vd->vdev_removing) { in metaslab_sync_done()
3820 ASSERT(!vd->vdev_removing); in metaslab_unalloc_dva()
H A Dspa.c6519 vd->vdev_top->vdev_removing)) {
7908 ASSERT(vd->vdev_removing ||
H A Dzio.c3211 if (zio->io_vd->vdev_removing) { in zio_vdev_io_start()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h260 uint64_t vdev_removing; /* device is being removed? */ member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4085 vd->vdev_removing); in verify_device_removal_feature_counts()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5562 if (cvd->vdev_top->vdev_removing) in ztest_random_concrete_vdev_leaf()