Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zfs_refcount_count
Function
zfs_refcount_count
freebsd/contrib/openzfs/module/zfs/refcount.c:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
int64_t
119
zfs_refcount_count(zfs_refcount_t *rc)
120
{
121
return (rc->rc_count);
122
}
123
124
int64_t
125
zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder)
Callers
15
arc_evictable_memory
Function · 0.85
arc_prune_async
Function · 0.85
zfs_znode_hold_enter
Function · 0.85
zfs_znode_hold_exit
Function · 0.85
dmu_zfetch_fini
Function · 0.85
dmu_zfetch_stream_create
Function · 0.85
dmu_zfetch
Function · 0.85
dmu_tx_try_assign
Function · 0.85
dmu_tx_destroy
Function · 0.85
dsl_wrapping_key_free
Function · 0.85
dsl_crypto_key_free
Function · 0.85
spa_keystore_unload_wkey_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected