HomeSort by: relevance | last modified time | path
    Searched refs:io_child_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c 473 ASSERT(cio->io_child_type <= pio->io_child_type);
484 pio->io_children[cio->io_child_type][w] += !cio->io_state[w];
539 uint64_t *countp = &pio->io_children[zio->io_child_type][wait];
540 int *errorp = &pio->io_child_error[zio->io_child_type];
649 zio->io_child_type = ZIO_CHILD_VDEV;
651 zio->io_child_type = ZIO_CHILD_GANG;
653 zio->io_child_type = ZIO_CHILD_DDT;
655 zio->io_child_type = ZIO_CHILD_LOGICAL;
662 zio->io_child_type == ZIO_CHILD_DDT
    [all...]
arc.c 6838 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 431 enum zio_child io_child_type; member in struct:zio

Completed in 29 milliseconds