Searched refs:total_errors (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 2117 int total_errors = 0; in vdev_raidz_combrec() local 2121 total_errors++; in vdev_raidz_combrec() 2124 if (total_errors > nparity) in vdev_raidz_combrec() 2215 int total_errors = 0; in vdev_raidz_io_done_write_impl() local 2227 total_errors++; in vdev_raidz_io_done_write_impl() 2241 if (total_errors > rr->rr_firstdatacol) { in vdev_raidz_io_done_write_impl() 2254 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local 2282 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing() 2294 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
|
| H A D | spa.c | 7868 int total_errors = 0; local 7895 total_errors++; 7908 return (total_errors); 7988 int total_errors = 0; local 8015 total_errors++; 8028 return (total_errors);
|
| H A D | zfs_ioctl.c | 4140 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local 4150 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_initialize() 4226 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local 4235 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_trim()
|