Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c756 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 …]
H A Dzio_inject.c245 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_match_dva()
H A Darc.c8815 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL); in l2arc_read_done()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h460 enum zio_child io_child_type; member