Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
static void dmu_objset_upgrade_stop(objset_t *os);
94
95
void
96
dmu_objset_init(void)
97
{
98
rw_init(&os_lock, NULL, RW_DEFAULT, NULL);
99
}
100
101
void
102
dmu_objset_fini(void)
Callers
1
dmu_init
Function · 0.85
Calls
1
rw_init
Function · 0.85
Tested by
no test coverage detected