Searched refs:io_child_type (Results 1 – 4 of 4) sorted by relevance
640 ASSERT3S(cio->io_child_type, <=, pio->io_child_type); in zio_add_child()840 zio->io_child_type = ZIO_CHILD_VDEV; in zio_create()842 zio->io_child_type = ZIO_CHILD_GANG; in zio_create()844 zio->io_child_type = ZIO_CHILD_DDT; in zio_create()846 zio->io_child_type = ZIO_CHILD_LOGICAL; in zio_create()853 zio->io_child_type == ZIO_CHILD_DDT) in zio_create()888 if (zio->io_child_type == ZIO_CHILD_GANG) in zio_create()1473 pio->io_child_type == ZIO_CHILD_GANG); in zio_vdev_child_io()1596 ASSERT(zio->io_child_type != ZIO_CHILD_DDT); in zio_write_bp_init()3420 zio->io_child_type == ZIO_CHILD_GANG || in zio_dva_throttle()[all …]
226 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_match_dva()
8580 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL); in l2arc_read_done()
450 enum zio_child io_child_type; member