Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dmu_objset_id
Function
dmu_objset_id
freebsd/contrib/openzfs/module/zfs/dmu_objset.c:148–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
uint64_t
149
dmu_objset_id(objset_t *os)
150
{
151
dsl_dataset_t *ds = os->os_dsl_dataset;
152
153
return (ds ? ds->ds_object : 0);
154
}
155
156
uint64_t
157
dmu_objset_dnodesize(objset_t *os)
Callers
15
zfs_fid
Function · 0.85
zfs_getattr_fast
Function · 0.85
zfs_exit_fs
Function · 0.85
zfsctl_destroy
Function · 0.85
zfsctl_snapshot_mount
Function · 0.85
resume_check
Function · 0.85
dbuf_alloc_arcbuf_from_arcbuf
Function · 0.85
dbuf_read_verify_dnode_crypt
Function · 0.85
dbuf_read_impl
Function · 0.85
dbuf_read
Function · 0.85
dbuf_prepare_encrypted_dnode_leaf
Function · 0.85
dbuf_sync_lightweight
Function · 0.85
Calls
no outgoing calls
Tested by
4
ztest_bt_generate
Function · 0.68
ztest_bt_verify
Function · 0.68
ztest_fill_unused_bonus
Function · 0.68
ztest_verify_unused_bonus
Function · 0.68