Searched refs:io_child_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c472 ASSERT3S(cio->io_child_type, <=, pio->io_child_type);
483 pio->io_children[cio->io_child_type][w] += !cio->io_state[w];
543 uint64_t *countp = &pio->io_children[zio->io_child_type][wait];
544 int *errorp = &pio->io_child_error[zio->io_child_type];
670 zio->io_child_type = ZIO_CHILD_VDEV;
672 zio->io_child_type = ZIO_CHILD_GANG;
674 zio->io_child_type = ZIO_CHILD_DDT;
676 zio->io_child_type = ZIO_CHILD_LOGICAL;
683 zio->io_child_type
[all...]
H A Darc.c7909 ASSERT(!pio || pio->io_child_type == ZIO_CHILD_LOGICAL);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h427 enum zio_child io_child_type; member in struct:zio

Completed in 81 milliseconds