Searched refs:total_errors (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 1421 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 D | vdev_raidz.c | 3537 int total_errors = 0; in vdev_raidz_combrec() local 3541 total_errors++; in vdev_raidz_combrec() 3544 if (total_errors > nparity) in vdev_raidz_combrec() 3707 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local 3734 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing() 3746 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
|
| H A D | spa.c | 8957 int total_errors = 0; local 8984 total_errors++; 8997 return (total_errors); 9078 int total_errors = 0; local 9105 total_errors++; 9118 return (total_errors);
|
| H A D | zfs_ioctl.c | 4682 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local 4692 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_initialize() 4768 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local 4777 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_trim()
|