MCPcopy 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
148uint64_t
149dmu_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
156uint64_t
157dmu_objset_dnodesize(objset_t *os)

Callers 15

zfs_fidFunction · 0.85
zfs_getattr_fastFunction · 0.85
zfs_exit_fsFunction · 0.85
zfsctl_destroyFunction · 0.85
zfsctl_snapshot_mountFunction · 0.85
resume_checkFunction · 0.85
dbuf_read_implFunction · 0.85
dbuf_readFunction · 0.85
dbuf_sync_lightweightFunction · 0.85

Calls

no outgoing calls

Tested by 4

ztest_bt_generateFunction · 0.68
ztest_bt_verifyFunction · 0.68
ztest_fill_unused_bonusFunction · 0.68