ZIO_CHILD_VDEV
#define ZIO_CHILD_VDEV_BIT ZIO_CHILD_BIT(ZIO_CHILD_VDEV)
ASSERT3U(zio->io_child_type, ==, ZIO_CHILD_VDEV);
ASSERT(zio->io_child_error[ZIO_CHILD_VDEV] == 0);
ASSERT(zio->io_child_type == ZIO_CHILD_VDEV);
ASSERT3U(zio->io_child_type, ==, ZIO_CHILD_VDEV);
zio->io_child_type == ZIO_CHILD_VDEV) {
zio_inherit_child_errors(zio, ZIO_CHILD_VDEV);
zio->io_child_type = ZIO_CHILD_VDEV;
zio->io_child_type == ZIO_CHILD_VDEV) {