Home
last modified time | relevance | path

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

/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c1421 void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) in vdev_raidz_combrec() argument
1430 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec()
1437 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec()
1579 int total_errors; in vdev_raidz_read() local
1633 total_errors = 0; in vdev_raidz_read()
1652 total_errors++; in vdev_raidz_read()
1675 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read()
1797 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read()
1799 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read()
1801 total_errors, data_errors)) != 0) { in vdev_raidz_read()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c3092 int total_errors = 0; in vdev_raidz_combrec() local
3096 total_errors++; in vdev_raidz_combrec()
3099 if (total_errors > nparity) in vdev_raidz_combrec()
3254 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local
3281 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing()
3293 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
H A Dspa.c8067 int total_errors = 0; local
8094 total_errors++;
8107 return (total_errors);
8188 int total_errors = 0; local
8215 total_errors++;
8228 return (total_errors);
H A Dzfs_ioctl.c4156 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local
4166 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_initialize()
4242 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local
4251 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_trim()