Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c2212 int total_errors = 0; in vdev_raidz_combrec() local
2216 total_errors++; in vdev_raidz_combrec()
2219 if (total_errors > nparity) in vdev_raidz_combrec()
2310 int total_errors = 0; in vdev_raidz_io_done_write_impl() local
2322 total_errors++; in vdev_raidz_io_done_write_impl()
2336 if (total_errors > rr->rr_firstdatacol) { in vdev_raidz_io_done_write_impl()
2353 int total_errors = 0; in vdev_raidz_io_done_reconstruct_known_missing() local
2371 total_errors++; in vdev_raidz_io_done_reconstruct_known_missing()
2383 total_errors <= rr->rr_firstdatacol - parity_untried) { in vdev_raidz_io_done_reconstruct_known_missing()
H A Dspa.c7195 int total_errors = 0; local
7222 total_errors++;
7235 return (total_errors);
7315 int total_errors = 0; local
7342 total_errors++;
7355 return (total_errors);
H A Dzfs_ioctl.c3981 int total_errors = spa_vdev_initialize(spa, vdev_guids, cmd_type, in zfs_ioc_pool_initialize() local
3991 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_initialize()
4067 int total_errors = spa_vdev_trim(spa, vdev_guids, cmd_type, in zfs_ioc_pool_trim() local
4076 return (total_errors > 0 ? EINVAL : 0); in zfs_ioc_pool_trim()