MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dmu_object_alloc

Function dmu_object_alloc

freebsd/contrib/openzfs/module/zfs/dmu_object.c:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225uint64_t
226dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize,
227 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
228{
229 return dmu_object_alloc_impl(os, ot, blocksize, 0, bonustype,
230 bonuslen, 0, NULL, NULL, tx);
231}
232
233uint64_t
234dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize,

Callers 15

zfs_aclset_commonFunction · 0.85
zfs_aclset_commonFunction · 0.85
bpobj_allocFunction · 0.85
bpobj_enqueue_subobjFunction · 0.85
zfs_fuid_syncFunction · 0.85
vdev_syncFunction · 0.85

Calls 1

dmu_object_alloc_implFunction · 0.85

Tested by

no test coverage detected