Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c51 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_initialize_should_stop()
70 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_initialize_zap_update_sync()
107 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_initialize_zap_remove_sync()
633 ASSERT(!vd->vdev_top->vdev_removing); in vdev_initialize()
653 ASSERT(!vd->vdev_top->vdev_removing); in vdev_uninitialize()
800 !vd->vdev_top->vdev_removing && in vdev_initialize_restart()
H A Dvdev_trim.c172 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_trim_should_stop()
182 !vdev_writeable(tvd) || tvd->vdev_removing || in vdev_autotrim_should_stop()
226 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_trim_zap_update_sync()
1008 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim()
1171 vdev_writeable(vd) && !vd->vdev_top->vdev_removing && in vdev_trim_restart()
1495 if (vdev_writeable(tvd) && !tvd->vdev_removing && in vdev_autotrim()
1696 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim_l2arc()
1720 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim_simple()
H A Dvdev_removal.c327 else if (!vd->vdev_removing) in spa_vdev_alloc()
427 ASSERT(vd->vdev_removing); in vdev_remove_initiate_sync()
590 ASSERT(vd->vdev_removing); in spa_remove_init()
1327 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect()
1609 ASSERT(vd->vdev_removing); in spa_vdev_remove_thread()
1965 vd->vdev_removing = B_FALSE; in spa_vdev_remove_cancel_sync()
2109 vd->vdev_removing = B_TRUE; in spa_vdev_remove_log()
2186 if (vd->vdev_removing) in spa_vdev_remove_top_check()
2356 vd->vdev_removing = B_TRUE; in spa_vdev_remove_top()
H A Dvdev.c933 &vd->vdev_removing); in vdev_alloc()
1145 ASSERT(vd->vdev_removing || in vdev_free()
1250 ASSERT0(tvd->vdev_removing); in vdev_top_transfer()
1253 tvd->vdev_removing = svd->vdev_removing; in vdev_top_transfer()
1269 svd->vdev_removing = 0; in vdev_top_transfer()
3410 !vd->vdev_top->vdev_removing) { in vdev_construct_zaps()
3447 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3994 ASSERT(vd->vdev_removing || in vdev_sync()
4014 !vd->vdev_removing) { in vdev_sync()
4578 cvs->vs_scan_removing = cvd->vdev_removing; in vdev_get_child_stat()
[all …]
H A Dvdev_rebuild.c162 return (!vdev_writeable(vd) || vd->vdev_removing || in vdev_rebuild_should_stop()
1017 ASSERT(!vd->vdev_removing); in vdev_rebuild()
H A Dspa_config.c597 (tvd->vdev_islog && tvd->vdev_removing)) in spa_config_update()
H A Dvdev_indirect.c328 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_mark_obsolete()
819 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_sync_obsolete()
H A Dvdev_label.c511 if (vd->vdev_removing && !vd->vdev_islog) { in vdev_config_generate()
513 vd->vdev_removing); in vdev_config_generate()
H A Dmetaslab.c2105 if (vd->vdev_removing) in metaslab_verify_weight_and_frag()
4306 if (free_space <= spa_get_slop_space(spa) || vd->vdev_removing) { in metaslab_sync_done()
5570 ASSERT(!vd->vdev_removing); in metaslab_unalloc_dva()
H A Dspa.c7825 vd->vdev_top->vdev_removing)) {
7947 (vd->vdev_trim_thread != NULL || vd->vdev_top->vdev_removing)) {
9528 ASSERT(vd->vdev_removing ||
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h283 uint64_t vdev_removing; /* device is being removed? */ member
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c6758 if (cvd->vdev_top->vdev_removing) in ztest_random_concrete_vdev_leaf()
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7416 vd->vdev_removing); in verify_device_removal_feature_counts()