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

Function dmu_objset_init

freebsd/contrib/openzfs/module/zfs/dmu_objset.c:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93static void dmu_objset_upgrade_stop(objset_t *os);
94
95void
96dmu_objset_init(void)
97{
98 rw_init(&os_lock, NULL, RW_DEFAULT, NULL);
99}
100
101void
102dmu_objset_fini(void)

Callers 1

dmu_initFunction · 0.85

Calls 1

rw_initFunction · 0.85

Tested by

no test coverage detected