Searched refs:total_errors (Results 1 – 3 of 3) sorted by relevance
1389 void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) in vdev_raidz_combrec() argument1398 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec()1405 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec()1543 int total_errors; in vdev_raidz_read() local1595 total_errors = 0; in vdev_raidz_read()1614 total_errors++; in vdev_raidz_read()1637 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read()1755 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read()1757 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read()1759 total_errors, data_errors)) != 0) { in vdev_raidz_read()
2179 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument2189 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec()2196 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec()2360 int total_errors = 0; in vdev_raidz_io_done() local2384 total_errors++; in vdev_raidz_io_done()2402 if (total_errors > rm->rm_firstdatacol) in vdev_raidz_io_done()2428 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_io_done()2545 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_io_done()2548 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_io_done()2549 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()
3930 int total_errors = 0; in zfs_ioc_pool_initialize() local3943 total_errors++; in zfs_ioc_pool_initialize()3953 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_initialize()