Home
last modified time | relevance | path

Searched refs:total_errors (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c1952 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument
1962 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec()
1969 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec()
2131 int total_errors = 0; in vdev_raidz_io_done() local
2155 total_errors++; in vdev_raidz_io_done()
2173 if (total_errors > rm->rm_firstdatacol) in vdev_raidz_io_done()
2199 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_io_done()
2316 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_io_done()
2319 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_io_done()
2320 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()