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

Function zfs_refcount_destroy

freebsd/contrib/openzfs/module/zfs/refcount.c:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void
107zfs_refcount_destroy(zfs_refcount_t *rc)
108{
109 zfs_refcount_destroy_many(rc, 0);
110}
111
112int
113zfs_refcount_is_zero(zfs_refcount_t *rc)

Callers 15

abd_free_zero_scatterFunction · 0.85
abd_free_zero_scatterFunction · 0.85
abd_free_linear_pageFunction · 0.85
zfsctl_snapshot_freeFunction · 0.85
abd_free_scatterFunction · 0.85
abd_putFunction · 0.85
abd_free_linearFunction · 0.85
abd_free_gang_abdFunction · 0.85
dsl_wrapping_key_freeFunction · 0.85
dsl_crypto_key_freeFunction · 0.85

Calls 1

Tested by

no test coverage detected