Home
last modified time | relevance | path

Searched refs:bre_refcount (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbrt.c731 if (bre->bre_refcount > 1) { in brt_vdev_addref()
772 if (bre->bre_refcount > 0) { in brt_vdev_decref()
885 bre->bre_refcount = 0; in brt_entry_fill()
921 BRT_KEY_WORDS, 1, sizeof (bre->bre_refcount), &bre->bre_refcount); in brt_entry_lookup()
1138 bre->bre_refcount = bre_init->bre_refcount; in brt_entry_alloc()
1215 bre->bre_refcount++; in brt_entry_addref()
1293 if (bre->bre_refcount == 0) { in brt_entry_decref()
1300 bre->bre_refcount--; in brt_entry_decref()
1301 if (bre->bre_refcount == 0) in brt_entry_decref()
1337 refcnt = bre->bre_refcount; in brt_entry_get_refcount()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h185 uint64_t bre_refcount; member