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

Function vdev_open_children_subset

freebsd/contrib/openzfs/module/zfs/vdev.c:1718–1722  ·  view source on GitHub ↗

* Conditionally open a subset of child vdevs. */

Source from the content-addressed store, hash-verified

1716 * Conditionally open a subset of child vdevs.
1717 */
1718void
1719vdev_open_children_subset(vdev_t *vd, vdev_open_children_func_t *open_func)
1720{
1721 vdev_open_children_impl(vd, open_func);
1722}
1723
1724/*
1725 * Compute the raidz-deflation ratio. Note, we hard-code

Callers 1

vdev_draid_openFunction · 0.85

Calls 1

vdev_open_children_implFunction · 0.85

Tested by

no test coverage detected