Searched refs:vdev_tmpoffline (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h217 boolean_t vdev_tmpoffline; /* device taken offline temporarily? */ member in struct:vdev
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c362 if (vd->vdev_offline && !vd->vdev_tmpoffline)
H A Dvdev.c2453 (vd->vdev_offline == B_TRUE || vd->vdev_tmpoffline == B_TRUE) ?
2458 vd->vdev_tmpoffline = B_FALSE;
2587 vd->vdev_tmpoffline = !!(flags & ZFS_OFFLINE_TEMPORARY);

Completed in 69 milliseconds