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

Function vdev_open_child

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

Source from the content-addressed store, hash-verified

1634}
1635
1636static void
1637vdev_open_child(void *arg)
1638{
1639 vdev_t *vd = arg;
1640
1641 vd->vdev_open_thread = curthread;
1642 vd->vdev_open_error = vdev_open(vd);
1643 vd->vdev_open_thread = NULL;
1644}
1645
1646static boolean_t
1647vdev_uses_zvols(vdev_t *vd)

Callers

nothing calls this directly

Calls 1

vdev_openFunction · 0.85

Tested by

no test coverage detected