Searched refs:zio_stage (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio_impl.h44 * in the zio_stage enum below. The individual stages are used to construct
107 enum zio_stage { enum
H A Dzio.h477 enum zio_stage io_stage;
478 enum zio_stage io_pipeline;
480 enum zio_stage io_orig_stage;
481 enum zio_stage io_orig_pipeline;
482 enum zio_stage io_pipeline_trace;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c624 enum zio_stage stage, enum zio_stage pipeline)
941 enum zio_stage stage = ZIO_FREE_PIPELINE;
1095 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE;
1438 enum zio_stage gang_stages = zio->io_pipeline & ZIO_GANG_STAGES;
1658 enum zio_stage pipeline = zio->io_pipeline;
1659 enum zio_stage stage = zio->io_stage;

Completed in 294 milliseconds