Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zfs_refcount_is_zero
Function
zfs_refcount_is_zero
freebsd/contrib/openzfs/module/zfs/refcount.c:112–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
int
113
zfs_refcount_is_zero(zfs_refcount_t *rc)
114
{
115
return (rc->rc_count == 0);
116
}
117
118
int64_t
119
zfs_refcount_count(zfs_refcount_t *rc)
Callers
15
dsl_redaction_list_long_held
Function · 0.85
spa_config_tryenter
Function · 0.85
spa_config_enter
Function · 0.85
spa_config_exit
Function · 0.85
spa_config_held
Function · 0.85
dsl_dataset_long_held
Function · 0.85
add_reference
Function · 0.85
arc_hdr_free_on_write
Function · 0.85
arc_hdr_alloc
Function · 0.85
arc_hdr_destroy
Function · 0.85
arc_get_data_impl
Function · 0.85
arc_free_data_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected