Searched refs:zio_pipeline (Results 1 – 2 of 2) sorted by relevance
44 __field(enum zio_stage, zio_pipeline) \74 __entry->zio_pipeline = zio->io_pipeline; \104 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
2095 static zio_pipe_stage_t *zio_pipeline[]; variable2198 zio = zio_pipeline[highbit64(stage) - 1](zio); in __zio_execute()4831 static zio_pipe_stage_t *zio_pipeline[] = { variable