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

Function vdev_root_close

freebsd/contrib/openzfs/module/zfs/vdev_root.c:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void
125vdev_root_close(vdev_t *vd)
126{
127 for (int c = 0; c < vd->vdev_children; c++)
128 vdev_close(vd->vdev_child[c]);
129}
130
131static void
132vdev_root_state_change(vdev_t *vd, int faulted, int degraded)

Callers

nothing calls this directly

Calls 1

vdev_closeFunction · 0.85

Tested by

no test coverage detected