Home
last modified time | relevance | path

Searched refs:io_stage (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c696 zio->io_stage >>= 1; in zio_wait_for_children()
1189 ASSERT(zio->io_stage == ZIO_STAGE_OPEN); in zio_write_override()
2146 while (zio->io_stage < ZIO_STAGE_DONE) { in __zio_execute()
2148 enum zio_stage stage = zio->io_stage; in __zio_execute()
2190 zio->io_stage = stage; in __zio_execute()
2191 zio->io_pipeline_trace |= zio->io_stage; in __zio_execute()
2305 pio->io_stage = pio->io_orig_stage; in zio_reexecute()
2377 ASSERT(zio->io_stage == ZIO_STAGE_DONE); in zio_suspend()
3304 zio->io_stage = ZIO_STAGE_OPEN; in zio_ddt_write()
4025 zio->io_stage >>= 1; in zio_vdev_io_reissue()
[all …]
H A Dzfs_fm.c571 DATA_TYPE_UINT32, zio->io_stage, NULL); in zfs_ereport_start()
H A Dvdev_raidz.c2540 if (zio->io_stage != ZIO_STAGE_VDEV_IO_START) in vdev_raidz_io_done()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h73 __entry->zio_stage = zio->io_stage; \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h503 enum zio_stage io_stage; member