Home
last modified time | relevance | path

Searched refs:vdev_attaching (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h426 boolean_t vdev_attaching; /* vdev attach ashift handling */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c908 vd->vdev_attaching = B_TRUE; in vdev_alloc()
2200 if (vd->vdev_top == vd && vd->vdev_attaching == B_FALSE) in vdev_open()
2202 vd->vdev_attaching = B_FALSE; in vdev_open()