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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c455 int *errorp = &pio->io_child_error[zio->io_child_type];
486 if (zio->io_child_error[c] != 0 && zio->io_error == 0)
487 zio->io_error = zio->io_child_error[c];
1657 pio->io_child_error[c] = 0;
2036 if (zio->io_child_error[ZIO_CHILD_GANG] == 0)
2302 if (zio->io_child_error[ZIO_CHILD_DDT]) {
2348 if (zio->io_child_error[ZIO_CHILD_DDT]) {
2362 zio->io_child_error[ZIO_CHILD_DDT] = 0;
2930 ASSERT(zio->io_child_error[ZIO_CHILD_VDEV] == 0);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h437 int io_child_error[ZIO_CHILD_TYPES]; member in struct:zio

Completed in 54 milliseconds