Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfssubr.c1408 void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) in vdev_raidz_combrec() argument
1417 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec()
1424 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec()
1566 int total_errors; in vdev_raidz_read() local
1620 total_errors = 0; in vdev_raidz_read()
1639 total_errors++; in vdev_raidz_read()
1662 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read()
1784 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read()
1786 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read()
1788 total_errors, data_errors)) != 0) { in vdev_raidz_read()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_raidz.c2179 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument
2189 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() local
2384 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()
Dzfs_ioctl.c3989 int total_errors = 0; in zfs_ioc_pool_initialize() local
4002 total_errors++; in zfs_ioc_pool_initialize()
4012 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_initialize()