MCPcopy 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
112int
113zfs_refcount_is_zero(zfs_refcount_t *rc)
114{
115 return (rc->rc_count == 0);
116}
117
118int64_t
119zfs_refcount_count(zfs_refcount_t *rc)

Callers 15

spa_config_tryenterFunction · 0.85
spa_config_enterFunction · 0.85
spa_config_exitFunction · 0.85
spa_config_heldFunction · 0.85
dsl_dataset_long_heldFunction · 0.85
add_referenceFunction · 0.85
arc_hdr_free_on_writeFunction · 0.85
arc_hdr_allocFunction · 0.85
arc_hdr_destroyFunction · 0.85
arc_get_data_implFunction · 0.85
arc_free_data_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected