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

Function zap_put_leaf

freebsd/contrib/openzfs/module/zfs/zap.c:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 */
463
464void
465zap_put_leaf(zap_leaf_t *l)
466{
467 rw_exit(&l->l_rwlock);
468 dmu_buf_rele(l->l_dbuf, NULL);
469}
470
471static zap_leaf_t *
472zap_open_leaf(uint64_t blkid, dmu_buf_t *db)

Callers 8

zap_expand_leafFunction · 0.85
fzap_lookupFunction · 0.85
fzap_lengthFunction · 0.85
fzap_removeFunction · 0.85
fzap_cursor_retrieveFunction · 0.85
zap_stats_ptrtblFunction · 0.85
zap_cursor_finiFunction · 0.85

Calls 2

rw_exitFunction · 0.85
dmu_buf_releFunction · 0.85

Tested by

no test coverage detected