Home
last modified time | relevance | path

Searched refs:vdev_detached (Results 1 – 7 of 7) 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()
481 for (uint64_t i = 0; !vd->vdev_detached && in vdev_initialize_thread()
561 ASSERT(!vd->vdev_detached); in vdev_initialize()
H A Dvdev_trim.c172 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_trim_should_stop()
849 for (uint64_t i = 0; !vd->vdev_detached && in vdev_trim_thread()
932 ASSERT(!vd->vdev_detached); in vdev_trim()
1247 if (cvd->vdev_detached || in vdev_autotrim_thread()
H A Dspa_misc.c1289 ASSERT(!vd->vdev_detached || vd->vdev_dtl_sm == NULL); in spa_vdev_config_exit()
H A Dvdev.c2793 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
2805 if (vd->vdev_leaf_zap != 0 && (vd->vdev_detached || in vdev_dtl_sync()
H A Dspa.c6658 vd->vdev_detached = B_TRUE;
6716 if (vd == NULL || vd->vdev_detached) {
6827 if (vd == NULL || vd->vdev_detached) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h382 boolean_t vdev_detached; /* device detached? */ member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6077 (vdev_is_concrete(cvd) && !cvd->vdev_detached)) { in ztest_random_concrete_vdev_leaf()