Home
last modified time | relevance | path

Searched refs:vdev_detached (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_initialize.c57 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_initialize_should_stop()
603 for (uint64_t i = 0; !vd->vdev_detached && in vdev_initialize_thread()
681 ASSERT(!vd->vdev_detached); in vdev_initialize()
H A Dspa_misc.c1315 ASSERT(!vd->vdev_detached || vd->vdev_dtl_sm == NULL); in spa_vdev_config_exit()
H A Dvdev.c2713 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
2725 if (vd->vdev_leaf_zap != 0 && (vd->vdev_detached || in vdev_dtl_sync()
H A Dspa.c6431 vd->vdev_detached = B_TRUE;
6494 if (vd == NULL || vd->vdev_detached) {
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h365 boolean_t vdev_detached; /* device detached? */ member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5565 (vdev_is_concrete(cvd) && !cvd->vdev_detached)) { in ztest_random_concrete_vdev_leaf()