Searched refs:io_stage (Results 1 – 5 of 5) sorted by relevance
696 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 …]
571 DATA_TYPE_UINT32, zio->io_stage, NULL); in zfs_ereport_start()
2540 if (zio->io_stage != ZIO_STAGE_VDEV_IO_START) in vdev_raidz_io_done()
73 __entry->zio_stage = zio->io_stage; \
503 enum zio_stage io_stage; member