Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c1929 vdev_raidz_combrec(zio_t *zio, int total_errors, int data_errors) in vdev_raidz_combrec() argument
1957 if (i == n - 1 && data_errors == 0 && in vdev_raidz_combrec()
2107 int data_errors = 0; in vdev_raidz_io_done() local
2127 data_errors++; in vdev_raidz_io_done()
2175 if (data_errors == 0) { in vdev_raidz_io_done()
2295 (code = vdev_raidz_combrec(zio, total_errors, data_errors)) != 0) { in vdev_raidz_io_done()