Home
last modified time | relevance | path

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

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