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

Function zap_leaf_evict_sync

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

Source from the content-addressed store, hash-verified

413}
414
415static void
416zap_leaf_evict_sync(void *dbu)
417{
418 zap_leaf_t *l = dbu;
419
420 rw_destroy(&l->l_rwlock);
421 kmem_free(l, sizeof (zap_leaf_t));
422}
423
424static zap_leaf_t *
425zap_create_leaf(zap_t *zap, dmu_tx_t *tx)

Callers 1

zap_open_leafFunction · 0.85

Calls 2

rw_destroyFunction · 0.85
kmem_freeFunction · 0.50

Tested by

no test coverage detected