Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_removal.c245 ASSERT(vd->vdev_removing); in vdev_remove_initiate_sync()
405 ASSERT(vd->vdev_removing); in spa_remove_init()
1105 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect()
1355 ASSERT(vd->vdev_removing); in spa_vdev_remove_thread()
1652 vd->vdev_removing = B_FALSE; in spa_vdev_remove_cancel_sync()
1785 vd->vdev_removing = B_TRUE; in spa_vdev_remove_log()
2002 vd->vdev_removing = B_TRUE; in spa_vdev_remove_top()
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()
673 ASSERT(!vd->vdev_top->vdev_removing); in vdev_initialize()
Dvdev.c841 &vd->vdev_removing); in vdev_alloc()
1025 ASSERT(vd->vdev_removing || in vdev_free()
1107 ASSERT0(tvd->vdev_removing); in vdev_top_transfer()
1108 tvd->vdev_removing = svd->vdev_removing; in vdev_top_transfer()
1121 svd->vdev_removing = 0; in vdev_top_transfer()
1373 if (!expanding && !vd->vdev_removing) { in vdev_metaslab_init()
2841 !vd->vdev_top->vdev_removing) { in vdev_construct_zaps()
2872 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3263 ASSERT(vd->vdev_removing || in vdev_sync()
3283 !vd->vdev_removing) { in vdev_sync()
[all …]
Dvdev_label.c323 if (vd->vdev_removing) { in vdev_config_generate()
325 vd->vdev_removing); in vdev_config_generate()
475 !cvd->vdev_removing) in vdev_config_generate()
Dspa_config.c570 (tvd->vdev_islog && tvd->vdev_removing)) in spa_config_update()
Dvdev_indirect.c328 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_mark_obsolete()
815 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_sync_obsolete()
Dmetaslab.c1624 if (vd->vdev_removing) in metaslab_verify_weight_and_frag()
2137 ASSERT(!vd->vdev_removing); in metaslab_space_weight()
2393 if (vd->vdev_removing) in metaslab_weight()
3048 if (free_space <= spa_get_slop_space(spa) || vd->vdev_removing) { in metaslab_sync_done()
4190 ASSERT(!vd->vdev_removing); in metaslab_unalloc_dva()
Dspa.c6939 vd->vdev_top->vdev_removing)) {
8337 ASSERT(vd->vdev_removing ||
Dzio.c3264 if (zio->io_vd->vdev_removing) { in zio_vdev_io_start()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dvdev_impl.h269 uint64_t vdev_removing; /* device is being removed? */ member
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c4234 vd->vdev_removing); in verify_device_removal_feature_counts()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c5833 if (cvd->vdev_top->vdev_removing) in ztest_random_concrete_vdev_leaf()