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

Function vdev_mirror_close

freebsd/contrib/openzfs/module/zfs/vdev_mirror.c:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428static void
429vdev_mirror_close(vdev_t *vd)
430{
431 for (int c = 0; c < vd->vdev_children; c++)
432 vdev_close(vd->vdev_child[c]);
433}
434
435static void
436vdev_mirror_child_done(zio_t *zio)

Callers

nothing calls this directly

Calls 1

vdev_closeFunction · 0.85

Tested by

no test coverage detected