Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c546 ASSERT3S(cio->io_child_type, <=, pio->io_child_type); in zio_add_child()
557 pio->io_children[cio->io_child_type][w] += !cio->io_state[w]; in zio_add_child()
617 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent()
618 int *errorp = &pio->io_child_error[zio->io_child_type]; in zio_notify_parent()
724 zio->io_child_type = ZIO_CHILD_VDEV; in zio_create()
726 zio->io_child_type = ZIO_CHILD_GANG; in zio_create()
728 zio->io_child_type = ZIO_CHILD_DDT; in zio_create()
730 zio->io_child_type = ZIO_CHILD_LOGICAL; in zio_create()
737 zio->io_child_type == ZIO_CHILD_DDT) in zio_create()
739 if (zio->io_child_type == ZIO_CHILD_LOGICAL) in zio_create()
[all …]
H A Dzio_inject.c196 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_match_dva()
H A Darc.c8076 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL); in l2arc_read_done()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h425 enum zio_child io_child_type; member