Searched refs:io_child_type (Results 1 – 4 of 4) sorted by relevance
756 ASSERT3S(cio->io_child_type, <=, pio->io_child_type); in zio_add_child()760 (cio->io_child_type != ZIO_CHILD_VDEV), in zio_add_child()772 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child()792 ASSERT3S(cio->io_child_type, <=, pio->io_child_type); in zio_add_child_first()796 (cio->io_child_type != ZIO_CHILD_VDEV), in zio_add_child_first()810 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child_first()865 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent()866 int *errorp = &pio->io_child_error[zio->io_child_type]; in zio_notify_parent()1004 zio->io_child_type = ZIO_CHILD_VDEV; in zio_create()1006 zio->io_child_type = ZIO_CHILD_GANG; in zio_create()[all …]
245 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_match_dva()
8815 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL); in l2arc_read_done()
460 enum zio_child io_child_type; member