Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void
107
zfs_refcount_destroy(zfs_refcount_t *rc)
108
{
109
zfs_refcount_destroy_many(rc, 0);
110
}
111
112
int
113
zfs_refcount_is_zero(zfs_refcount_t *rc)
Callers
15
abd_free_zero_scatter
Function · 0.85
zfs_znode_hold_cache_destructor
Function · 0.85
abd_free_zero_scatter
Function · 0.85
abd_free_linear_page
Function · 0.85
zfsctl_snapshot_free
Function · 0.85
redaction_list_evict_sync
Function · 0.85
abd_free_scatter
Function · 0.85
abd_put
Function · 0.85
abd_free_linear
Function · 0.85
abd_free_gang_abd
Function · 0.85
dsl_wrapping_key_free
Function · 0.85
dsl_crypto_key_free
Function · 0.85
Calls
1
zfs_refcount_destroy_many
Function · 0.85
Tested by
no test coverage detected