MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zio_vdev_io_bypass

Function zio_vdev_io_bypass

freebsd/contrib/openzfs/module/zfs/zio.c:4036–4044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4034}
4035
4036void
4037zio_vdev_io_bypass(zio_t *zio)
4038{
4039 ASSERT(zio->io_stage == ZIO_STAGE_VDEV_IO_START);
4040 ASSERT(zio->io_error == 0);
4041
4042 zio->io_flags |= ZIO_FLAG_IO_BYPASS;
4043 zio->io_stage = ZIO_STAGE_VDEV_IO_ASSESS >> 1;
4044}
4045
4046/*
4047 * ==========================================================================

Callers 4

vdev_queue_aggregateFunction · 0.85
vdev_queue_io_to_issueFunction · 0.85
vdev_cache_readFunction · 0.85
zio_vdev_io_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected