Home
last modified time | relevance | path

Searched refs:zio_pipeline (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h44 __field(enum zio_stage, zio_pipeline) \
74 __entry->zio_pipeline = zio->io_pipeline; \
104 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c2095 static zio_pipe_stage_t *zio_pipeline[]; variable
2198 zio = zio_pipeline[highbit64(stage) - 1](zio); in __zio_execute()
4831 static zio_pipe_stage_t *zio_pipeline[] = { variable