HomeSort by relevance Sort by last modified time
    Searched refs:numerrors (Results 1 - 3 of 3) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/
vdev_root.c 48 too_many_errors(vdev_t *vd, int numerrors)
50 ASSERT3U(numerrors, <=, vd->vdev_children);
51 return (numerrors == vd->vdev_children);
59 int numerrors = 0; local
72 numerrors++;
77 if (numerrors > 0) {
78 if (!too_many_errors(vd, numerrors)) {
vdev_mirror.c 130 int numerrors = 0; local
143 numerrors++;
151 if (numerrors == vd->vdev_children) {
vdev_raidz.c 568 int numerrors = 0; local
583 numerrors++;
593 if (numerrors > nparity) {
    [all...]

Completed in 120 milliseconds