Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c449 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) { in sa_add_layout_entry()
451 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) { in sa_add_layout_entry()
457 avl_add(&sa->sa_layout_hash_tree, tb); in sa_add_layout_entry()
473 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc); in sa_find_layout()
476 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) { in sa_find_layout()
1024 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare, in sa_setup()
1113 avl_destroy(&sa->sa_layout_hash_tree); in sa_setup()
1135 avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie))) { in sa_tear_down()
1150 avl_destroy(&sa->sa_layout_hash_tree); in sa_tear_down()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h147 avl_tree_t sa_layout_hash_tree; /* keyed by layout hash value */ member