Searched refs:vdev_forcefault (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h214 boolean_t vdev_forcefault; /* force online fault */ member in struct:vdev
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c2460 vd->vdev_forcefault = !!(flags & ZFS_ONLINE_FORCEFAULT);
2469 vd->vdev_checkremove = vd->vdev_forcefault = B_FALSE;
2640 vd->vdev_forcefault = B_TRUE;
2648 vd->vdev_forcefault = B_FALSE;
3278 * vdev_forcefault, which will generate the fault for us.
3280 if ((vd->vdev_prevstate != state || vd->vdev_forcefault) &&

Completed in 63 milliseconds