Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDvdev_impl.h425 boolean_t vdev_attaching; /* vdev attach ashift handling */ member
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDvdev.c940 vd->vdev_attaching = B_TRUE; in vdev_alloc()
2256 if (vd->vdev_top == vd && vd->vdev_attaching == B_FALSE) in vdev_open()
2258 vd->vdev_attaching = B_FALSE; in vdev_open()