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()
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()
772 if (zio->io_child_type == ZIO_CHILD_GANG) in zio_create()
1288 pio->io_child_type == ZIO_CHILD_GANG); in zio_vdev_child_io()
1410 ASSERT(zio->io_child_type != ZIO_CHILD_DDT); in zio_write_bp_init()
[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