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

Function zio_vdev_io_redone

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

Source from the content-addressed store, hash-verified

4026}
4027
4028void
4029zio_vdev_io_redone(zio_t *zio)
4030{
4031 ASSERT(zio->io_stage == ZIO_STAGE_VDEV_IO_DONE);
4032
4033 zio->io_stage >>= 1;
4034}
4035
4036void
4037zio_vdev_io_bypass(zio_t *zio)

Callers 3

vdev_raidz_io_doneFunction · 0.85
vdev_mirror_io_doneFunction · 0.85
vdev_indirect_io_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected