MCPcopy 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
3828objset_t *
3829dmu_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
3835dnode_t *
3836dmu_buf_dnode_enter(dmu_buf_t *db)

Callers 1

zap_lockdir_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected