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

Function dnode_rele

freebsd/contrib/openzfs/module/zfs/dnode.c:1598–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1596}
1597
1598void
1599dnode_rele(dnode_t *dn, void *tag)
1600{
1601 mutex_enter(&dn->dn_mtx);
1602 dnode_rele_and_unlock(dn, tag, B_FALSE);
1603}
1604
1605void
1606dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting)

Callers 15

dmu_buf_hold_arrayFunction · 0.85
dmu_tx_hold_object_implFunction · 0.85
dmu_tx_destroyFunction · 0.85
receive_objectFunction · 0.85
flush_write_batch_implFunction · 0.85
dbuf_find_bonusFunction · 0.85
dbuf_rele_and_unlockFunction · 0.85
send_reader_threadFunction · 0.85
dmu_objset_evict_dbufsFunction · 0.85
userquota_updates_taskFunction · 0.85
dnode_rele_taskFunction · 0.85
dmu_buf_hold_noreadFunction · 0.85

Calls 2

mutex_enterFunction · 0.85
dnode_rele_and_unlockFunction · 0.85

Tested by

no test coverage detected