Searched refs:io_stage (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c528 zio->io_stage >>= 1;
529 ASSERT3U(zio->io_stage, !=, ZIO_STAGE_OPEN);
556 pio->io_stage < ZIO_STAGE_VDEV_IO_START ? ZIO_TASKQ_ISSUE :
703 zio->io_orig_stage = zio->io_stage = stage;
954 ASSERT(zio->io_stage == ZIO_STAGE_OPEN);
1738 * There's no locking on io_stage because there's no legitimate way
1748 while (zio->io_stage < ZIO_STAGE_DONE) {
1750 enum zio_stage stage = zio->io_stage;
1781 zio->io_stage = stage;
1782 zio->io_pipeline_trace |= zio->io_stage;
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h480 enum zio_stage io_stage; member in struct:zio

Completed in 57 milliseconds