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

Function zio_inherit_child_errors

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

Source from the content-addressed store, hash-verified

759}
760
761static void
762zio_inherit_child_errors(zio_t *zio, enum zio_child c)
763{
764 if (zio->io_child_error[c] != 0 && zio->io_error == 0)
765 zio->io_error = zio->io_child_error[c];
766}
767
768int
769zio_bookmark_compare(const void *x1, const void *x2)

Callers 1

zio_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected