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.c3492 int total_errors = 0; in vdev_raidz_combrec() local
3496 total_errors++; in vdev_raidz_combrec()
3499 if (total_errors > nparity) in vdev_raidz_combrec()
3654 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local
3681 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing()
3693 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
H A Dspa.c8386 int total_errors = 0; local
8413 total_errors++;
8426 return (total_errors);
8507 int total_errors = 0; local
8534 total_errors++;
8547 return (total_errors);
H A Dzfs_ioctl.c4425 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local
4435 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_initialize()
4511 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local
4520 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_trim()