Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c450 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) { in sa_add_layout_entry()
452 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) { in sa_add_layout_entry()
458 avl_add(&sa->sa_layout_hash_tree, tb); in sa_add_layout_entry()
474 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc); in sa_find_layout()
477 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) { in sa_find_layout()
1027 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare, in sa_setup()
1118 avl_destroy(&sa->sa_layout_hash_tree); in sa_setup()
1140 avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie))) { in sa_tear_down()
1155 avl_destroy(&sa->sa_layout_hash_tree); in sa_tear_down()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h148 avl_tree_t sa_layout_hash_tree; /* keyed by layout hash value */ member