Searched refs:faulted (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c100 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) argument
102 if (too_many_errors(vd, faulted)) {
H A Dvdev_mirror.c448 vdev_mirror_state_change(vdev_t *vd, int faulted, int degraded) argument
450 if (faulted == vd->vdev_children)
453 else if (degraded + faulted != 0)
H A Dvdev_raidz.c2381 vdev_raidz_state_change(vdev_t *vd, int faulted, int degraded) argument
2383 if (faulted > vd->vdev_nparity)
2386 else if (degraded + faulted != 0)
H A Dvdev.c623 * remain in the faulted state.
1221 * faulted, bail out of the open.
1260 * Recheck the faulted flag now that we have confirmed that
1261 * the vdev is accessible. If we're faulted, bail.
1553 * it's still faulted.
2341 * Mark the given vdev faulted. A faulted vdev behaves as if the device could
2362 * were faulted.
2414 * If the vdev is already faulted, then don't do anything.
2625 * also mark the vdev config dirty, so that the new faulted stat
3121 int degraded = 0, faulted = 0; local
[all...]

Completed in 65 milliseconds