Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbrt.c512 avl_create(&brtvd->bv_tree, brt_entry_compare, in brt_vdev_realloc()
618 ASSERT0(avl_numnodes(&brtvd->bv_tree)); in brt_vdev_dealloc()
619 avl_destroy(&brtvd->bv_tree); in brt_vdev_dealloc()
967 if (!avl_is_empty(&brtvd->bv_tree) || in brt_maybe_exists()
1178 bre = avl_find(&brtvd->bv_tree, &bre_search, NULL); in brt_entry_addref()
1204 avl_insert(&brtvd->bv_tree, bre, where); in brt_entry_addref()
1240 bre = avl_find(&brtvd->bv_tree, &bre_search, NULL); in brt_entry_decref()
1281 avl_insert(&brtvd->bv_tree, bre, where); in brt_entry_decref()
1328 bre = avl_find(&brtvd->bv_tree, &bre_search, NULL); in brt_entry_get_refcount()
1531 ASSERT0(avl_numnodes(&brtvd->bv_tree)); in brt_sync_table()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h110 avl_tree_t bv_tree; member