Home
last modified time | relevance | path

Searched refs:vdev_detached (Results 1 – 8 of 8) 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()
509 for (uint64_t i = 0; !vd->vdev_detached && in vdev_initialize_thread()
597 ASSERT(!vd->vdev_detached); in vdev_initialize()
H A Dvdev_trim.c171 vd->vdev_detached || vd->vdev_top->vdev_removing); in vdev_trim_should_stop()
880 for (uint64_t i = 0; !vd->vdev_detached && in vdev_trim_thread()
976 ASSERT(!vd->vdev_detached); in vdev_trim()
1303 if (cvd->vdev_detached || in vdev_autotrim_thread()
1640 ASSERT(!vd->vdev_detached); in vdev_trim_l2arc()
1665 ASSERT(!vd->vdev_detached); in vdev_trim_simple()
H A Dmmp.c317 leaf->vdev_detached) { in mmp_next_leaf()
H A Dspa_misc.c1261 ASSERT(!vd->vdev_detached || vd->vdev_dtl_sm == NULL); in spa_vdev_config_exit()
H A Dvdev.c3098 if (vd->vdev_detached || vd->vdev_top->vdev_removing) { in vdev_dtl_sync()
3110 if (vd->vdev_leaf_zap != 0 && (vd->vdev_detached || in vdev_dtl_sync()
H A Dspa.c7078 vd->vdev_detached = B_TRUE;
7137 if (vd == NULL || vd->vdev_detached) {
7248 if (vd == NULL || vd->vdev_detached) {
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h427 boolean_t vdev_detached; /* device detached? */ member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6434 (vdev_is_concrete(cvd) && !cvd->vdev_detached)) { in ztest_random_concrete_vdev_leaf()