Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/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()
563 ASSERT(!vd->vdev_top->vdev_removing); in vdev_initialize()
711 !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()
206 if (vd == NULL || vd->vdev_top->vdev_removing || !vdev_is_concrete(vd)) in vdev_trim_zap_update_sync()
934 ASSERT(!vd->vdev_top->vdev_removing); in vdev_trim()
1084 vdev_writeable(vd) && !vd->vdev_top->vdev_removing && in vdev_trim_restart()
1398 if (vdev_writeable(tvd) && !tvd->vdev_removing && in vdev_autotrim()
H A Dvdev_removal.c247 ASSERT(vd->vdev_removing); in vdev_remove_initiate_sync()
407 ASSERT(vd->vdev_removing); in spa_remove_init()
1106 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect()
1362 ASSERT(vd->vdev_removing); in spa_vdev_remove_thread()
1667 vd->vdev_removing = B_FALSE; in spa_vdev_remove_cancel_sync()
1798 vd->vdev_removing = B_TRUE; in spa_vdev_remove_log()
2042 vd->vdev_removing = B_TRUE; in spa_vdev_remove_top()
H A Dvdev.c748 &vd->vdev_removing); in vdev_alloc()
938 ASSERT(vd->vdev_removing || in vdev_free()
1026 ASSERT0(tvd->vdev_removing); in vdev_top_transfer()
1027 tvd->vdev_removing = svd->vdev_removing; in vdev_top_transfer()
1040 svd->vdev_removing = 0; in vdev_top_transfer()
1288 if (!expanding && !vd->vdev_removing) { in vdev_metaslab_init()
2762 !vd->vdev_top->vdev_removing) { in vdev_construct_zaps()
2793 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3204 ASSERT(vd->vdev_removing || in vdev_sync()
3224 !vd->vdev_removing) { in vdev_sync()
[all …]
H A Dspa_config.c549 (tvd->vdev_islog && tvd->vdev_removing)) in spa_config_update()
H A Dvdev_label.c483 if (vd->vdev_removing) { in vdev_config_generate()
485 vd->vdev_removing); in vdev_config_generate()
647 !cvd->vdev_removing) in vdev_config_generate()
H A Dvdev_indirect.c329 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_mark_obsolete()
816 ASSERT(vd->vdev_removing || vd->vdev_ops == &vdev_indirect_ops); in vdev_indirect_sync_obsolete()
H A Dmetaslab.c2032 if (vd->vdev_removing) in metaslab_verify_weight_and_frag()
4200 if (free_space <= spa_get_slop_space(spa) || vd->vdev_removing) { in metaslab_sync_done()
5452 ASSERT(!vd->vdev_removing); in metaslab_unalloc_dva()
H A Dspa.c6737 vd->vdev_top->vdev_removing)) {
6852 (vd->vdev_trim_thread != NULL || vd->vdev_top->vdev_removing)) {
8320 ASSERT(vd->vdev_removing ||
H A Dzio.c3451 if (zio->io_vd->vdev_removing) { in zio_vdev_io_start()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h257 uint64_t vdev_removing; /* device is being removed? */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c4985 vd->vdev_removing); in verify_device_removal_feature_counts()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6074 if (cvd->vdev_top->vdev_removing) in ztest_random_concrete_vdev_leaf()