Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
void
465
zap_put_leaf(zap_leaf_t *l)
466
{
467
rw_exit(&l->l_rwlock);
468
dmu_buf_rele(l->l_dbuf, NULL);
469
}
470
471
static zap_leaf_t *
472
zap_open_leaf(uint64_t blkid, dmu_buf_t *db)
Callers
8
zap_expand_leaf
Function · 0.85
zap_put_leaf_maybe_grow_ptrtbl
Function · 0.85
fzap_lookup
Function · 0.85
fzap_length
Function · 0.85
fzap_remove
Function · 0.85
fzap_cursor_retrieve
Function · 0.85
zap_stats_ptrtbl
Function · 0.85
zap_cursor_fini
Function · 0.85
Calls
2
rw_exit
Function · 0.85
dmu_buf_rele
Function · 0.85
Tested by
no test coverage detected