Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c618 int *errorp = &pio->io_child_error[zio->io_child_type]; in zio_notify_parent()
649 if (zio->io_child_error[c] != 0 && zio->io_error == 0) in zio_inherit_child_errors()
650 zio->io_error = zio->io_child_error[c]; in zio_inherit_child_errors()
1972 pio->io_child_error[c] = 0; in zio_reexecute()
2384 if (zio->io_child_error[ZIO_CHILD_GANG] == 0) in zio_gang_issue()
2683 if (zio->io_child_error[ZIO_CHILD_DDT]) { in zio_ddt_read_start()
2730 if (zio->io_child_error[ZIO_CHILD_DDT]) { in zio_ddt_read_done()
2745 zio->io_child_error[ZIO_CHILD_DDT] = 0; in zio_ddt_read_done()
3430 ASSERT(zio->io_child_error[ZIO_CHILD_VDEV] == 0); in zio_vdev_io_start()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h485 int io_child_error[ZIO_CHILD_TYPES]; member