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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h414 boolean_t vdev_forcefault; /* force online fault */ member in struct:vdev
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev.c4259 vd->vdev_forcefault = !!(flags & ZFS_ONLINE_FORCEFAULT);
4270 vd->vdev_checkremove = vd->vdev_forcefault = B_FALSE;
4501 vd->vdev_forcefault = B_TRUE;
4510 vd->vdev_forcefault = B_FALSE;
5392 * vdev_forcefault, which will generate the fault for us.
5394 if ((vd->vdev_prevstate != state || vd->vdev_forcefault) &&

Completed in 295 milliseconds