HomeSort by: relevance | last modified time | path
    Searched refs:io_stage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c 526 zio->io_stage >>= 1;
527 ASSERT3U(zio->io_stage, !=, ZIO_STAGE_OPEN);
552 pio->io_stage < ZIO_STAGE_VDEV_IO_START ? ZIO_TASKQ_ISSUE :
681 zio->io_orig_stage = zio->io_stage = stage;
893 ASSERT(zio->io_stage == ZIO_STAGE_OPEN);
1645 * There's no locking on io_stage because there's no legitimate way
1657 while (zio->io_stage < ZIO_STAGE_DONE) {
1659 enum zio_stage stage = zio->io_stage;
1689 zio->io_stage = stage;
1690 zio->io_pipeline_trace |= zio->io_stage;
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 477 enum zio_stage io_stage; member in struct:zio

Completed in 25 milliseconds