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

/freebsd-10-stable/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.c665 vdev_mirror_state_change(vdev_t *vd, int faulted, int degraded) argument
667 if (faulted == vd->vdev_children)
670 else if (degraded + faulted != 0)
H A Dvdev_raidz.c2385 vdev_raidz_state_change(vdev_t *vd, int faulted, int degraded) argument
2387 if (faulted > vd->vdev_nparity)
2390 else if (degraded + faulted != 0)
H A Dvdev.c655 * remain in the faulted state.
1260 * faulted, bail out of the open.
1299 * Recheck the faulted flag now that we have confirmed that
1300 * the vdev is accessible. If we're faulted, bail.
1601 * it's still faulted.
2415 * Mark the given vdev faulted. A faulted vdev behaves as if the device could
2436 * were faulted.
2488 * If the vdev is already faulted, then don't do anything.
2708 * also mark the vdev config dirty, so that the new faulted stat
3218 int degraded = 0, faulted = 0; local
[all...]

Completed in 120 milliseconds