Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c744 if (bre->bre_count > 0) in brt_vdev_addref()
778 if (bre->bre_count > 0) in brt_vdev_decref()
867 bre->bre_count = 0; in brt_entry_fill()
889 &off, BRT_KEY_WORDS, sizeof (bre->bre_count), 1, in brt_entry_lookup()
890 &bre->bre_count)); in brt_entry_lookup()
893 &off, BRT_KEY_WORDS, 1, sizeof (bre->bre_count), in brt_entry_lookup()
894 &bre->bre_count)); in brt_entry_lookup()
1107 bre->bre_count = bre_search.bre_count; in brt_entry_decref()
1112 if (bre->bre_count == 0) { in brt_entry_decref()
1119 ASSERT(bre->bre_count > 0); in brt_entry_decref()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h184 uint64_t bre_count; member