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

Function zap_unlockdir

freebsd/contrib/openzfs/module/zfs/zap_micro.c:629–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void
630zap_unlockdir(zap_t *zap, void *tag)
631{
632 rw_exit(&zap->zap_rwlock);
633 dmu_buf_rele(zap->zap_dbuf, tag);
634}
635
636static int
637mzap_upgrade(zap_t **zapp, void *tag, dmu_tx_t *tx, zap_flags_t flags)

Callers 15

zap_expand_leafFunction · 0.85
mzap_create_implFunction · 0.85
zap_countFunction · 0.85
zap_lookup_normFunction · 0.85
zap_prefetchFunction · 0.85
zap_lookup_norm_by_dnodeFunction · 0.85
zap_prefetch_uint64Function · 0.85
zap_lookup_uint64Function · 0.85
zap_lengthFunction · 0.85
zap_length_uint64Function · 0.85
zap_add_implFunction · 0.85

Calls 2

rw_exitFunction · 0.85
dmu_buf_releFunction · 0.85

Tested by

no test coverage detected