Searched refs:io_child_type (Results 1 – 3 of 3) sorted by relevance
473 ASSERT(cio->io_child_type <= pio->io_child_type); in zio_add_child()484 pio->io_children[cio->io_child_type][w] += !cio->io_state[w]; in zio_add_child()539 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent()540 int *errorp = &pio->io_child_error[zio->io_child_type]; in zio_notify_parent()649 zio->io_child_type = ZIO_CHILD_VDEV; in zio_create()651 zio->io_child_type = ZIO_CHILD_GANG; in zio_create()653 zio->io_child_type = ZIO_CHILD_DDT; in zio_create()655 zio->io_child_type = ZIO_CHILD_LOGICAL; in zio_create()662 zio->io_child_type == ZIO_CHILD_DDT) in zio_create()664 if (zio->io_child_type == ZIO_CHILD_LOGICAL) in zio_create()[all …]
6839 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL); in l2arc_read_done()
431 enum zio_child io_child_type; member