Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dmu_buf_get_objset
Function
dmu_buf_get_objset
freebsd/contrib/openzfs/module/zfs/dbuf.c:3828–3833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3826
}
3827
3828
objset_t *
3829
dmu_buf_get_objset(dmu_buf_t *db)
3830
{
3831
dmu_buf_impl_t *dbi = (dmu_buf_impl_t *)db;
3832
return (dbi->db_objset);
3833
}
3834
3835
dnode_t *
3836
dmu_buf_dnode_enter(dmu_buf_t *db)
Callers
1
zap_lockdir_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected