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

Function vdev_raidz_close

freebsd/contrib/openzfs/module/zfs/vdev_raidz.c:1646–1653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646static void
1647vdev_raidz_close(vdev_t *vd)
1648{
1649 for (int c = 0; c < vd->vdev_children; c++) {
1650 if (vd->vdev_child[c] != NULL)
1651 vdev_close(vd->vdev_child[c]);
1652 }
1653}
1654
1655static uint64_t
1656vdev_raidz_asize(vdev_t *vd, uint64_t psize)

Callers

nothing calls this directly

Calls 1

vdev_closeFunction · 0.85

Tested by

no test coverage detected