Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c55 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_initialize_should_stop()
74 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_initialize_zap_update_sync()
599 ASSERT(!vd->vdev_top->vdev_removing); in vdev_initialize()
747 !vd->vdev_top->vdev_removing && in vdev_initialize_restart()
H A Dvdev_trim.c171 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_trim_should_stop()
181 !vdev_writeable(tvd) || tvd->vdev_removing || in vdev_autotrim_should_stop()
205 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_trim_zap_update_sync()
978 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim()
1140 vdev_writeable(vd) && !vd->vdev_top->vdev_removing && in vdev_trim_restart()
1456 if (vdev_writeable(tvd) && !tvd->vdev_removing && in vdev_autotrim()
1642 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim_l2arc()
1666 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim_simple()
H A Dvdev_removal.c256 ASSERT(vd->vdev_removing); in vdev_remove_initiate_sync()
418 ASSERT(vd->vdev_removing); in spa_remove_init()
1154 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect()
1422 ASSERT(vd->vdev_removing); in spa_vdev_remove_thread()
1759 vd->vdev_removing = B_FALSE; in spa_vdev_remove_cancel_sync()
1904 vd->vdev_removing = B_TRUE; in spa_vdev_remove_log()
2166 vd->vdev_removing = B_TRUE; in spa_vdev_remove_top()
H A Dvdev.c829 &vd->vdev_removing); in vdev_alloc()
1037 ASSERT(vd->vdev_removing || in vdev_free()
1134 ASSERT0(tvd->vdev_removing); in vdev_top_transfer()
1136 tvd->vdev_removing = svd->vdev_removing; in vdev_top_transfer()
1151 svd->vdev_removing = 0; in vdev_top_transfer()
1419 if (!expanding && !vd->vdev_removing) { in vdev_metaslab_init()
3067 !vd->vdev_top->vdev_removing) { in vdev_construct_zaps()
3098 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3548 ASSERT(vd->vdev_removing || in vdev_sync()
3568 !vd->vdev_removing) { in vdev_sync()
[all …]
H A Dspa_config.c577 (tvd->vdev_islog && tvd->vdev_removing)) in spa_config_update()
H A Dvdev_rebuild.c160 return (!vdev_writeable(vd) || vd->vdev_removing || in vdev_rebuild_should_stop()
990 ASSERT(!vd->vdev_removing); in vdev_rebuild()
H A Dvdev_label.c481 if (vd->vdev_removing) { in vdev_config_generate()
483 vd->vdev_removing); in vdev_config_generate()
641 !cvd->vdev_removing) in vdev_config_generate()
H A Dvdev_indirect.c330 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_mark_obsolete()
821 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_sync_obsolete()
H A Dmetaslab.c2068 if (vd->vdev_removing) in metaslab_verify_weight_and_frag()
4264 if (free_space <= spa_get_slop_space(spa) || vd->vdev_removing) { in metaslab_sync_done()
5546 ASSERT(!vd->vdev_removing); in metaslab_unalloc_dva()
H A Dspa.c7159 vd->vdev_top->vdev_removing)) {
7274 (vd->vdev_trim_thread != NULL || vd->vdev_top->vdev_removing)) {
8816 ASSERT(vd->vdev_removing ||
H A Dzio.c3717 if (zio->io_vd->vdev_removing) { in zio_vdev_io_start()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h294 uint64_t vdev_removing; /* device is being removed? */ member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6431 if (cvd->vdev_top->vdev_removing) in ztest_random_concrete_vdev_leaf()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c6649 vd->vdev_removing); in verify_device_removal_feature_counts()