Home
last modified time | relevance | path

Searched refs:ZIO_CHILD_VDEV (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h261 ZIO_CHILD_VDEV = 0, enumerator
268 #define ZIO_CHILD_VDEV_BIT ZIO_CHILD_BIT(ZIO_CHILD_VDEV)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c840 zio->io_child_type = ZIO_CHILD_VDEV; in zio_create()
1482 ASSERT3U(zio->io_child_type, ==, ZIO_CHILD_VDEV); in zio_vdev_child_io()
3696 ASSERT(zio->io_child_error[ZIO_CHILD_VDEV] == 0); in zio_vdev_io_start()
4012 ASSERT(zio->io_child_type == ZIO_CHILD_VDEV); in zio_vdev_io_assess()
4409 ASSERT3U(zio->io_child_type, ==, ZIO_CHILD_VDEV); in zio_dva_throttle_done()
4484 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_done()
4532 zio_inherit_child_errors(zio, ZIO_CHILD_VDEV); in zio_done()
H A Dzio_inject.c226 zio->io_child_type == ZIO_CHILD_VDEV) { in zio_match_dva()