Searched refs:total_errors (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 1414 void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) in vdev_raidz_combrec() argument 1423 ASSERT(total_errors < rm->rm_firstdatacol); in vdev_raidz_combrec() 1430 for (n = 1; n <= rm->rm_firstdatacol - total_errors; n++) { in vdev_raidz_combrec() 1572 int total_errors; in vdev_raidz_read() local 1626 total_errors = 0; in vdev_raidz_read() 1645 total_errors++; in vdev_raidz_read() 1668 if (total_errors <= rm->rm_firstdatacol - parity_untried) { in vdev_raidz_read() 1790 if (total_errors > rm->rm_firstdatacol) { in vdev_raidz_read() 1792 } else if (total_errors < rm->rm_firstdatacol && in vdev_raidz_read() 1794 total_errors, data_errors)) != 0) { in vdev_raidz_read()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 2012 int total_errors = 0; in vdev_raidz_combrec() local 2016 total_errors++; in vdev_raidz_combrec() 2019 if (total_errors > nparity) in vdev_raidz_combrec() 2110 int total_errors = 0; in vdev_raidz_io_done_write_impl() local 2122 total_errors++; in vdev_raidz_io_done_write_impl() 2136 if (total_errors > rr->rr_firstdatacol) { in vdev_raidz_io_done_write_impl() 2149 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local 2166 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing() 2178 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
|
| H A D | spa.c | 7308 int total_errors = 0; local 7335 total_errors++; 7348 return (total_errors); 7428 int total_errors = 0; local 7455 total_errors++; 7468 return (total_errors);
|
| H A D | zfs_ioctl.c | 4008 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local 4018 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_initialize() 4094 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local 4103 return (total_errors > 0 ? SET_ERROR(EINVAL) : 0); in zfs_ioc_pool_trim()
|