Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dsa.c448 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) { in sa_add_layout_entry()
450 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) { in sa_add_layout_entry()
456 avl_add(&sa->sa_layout_hash_tree, tb); in sa_add_layout_entry()
472 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc); in sa_find_layout()
475 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) { in sa_find_layout()
1017 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare, in sa_setup()
1106 avl_destroy(&sa->sa_layout_hash_tree); in sa_setup()
1127 while (layout = avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie)) { in sa_tear_down()
1142 avl_destroy(&sa->sa_layout_hash_tree); in sa_tear_down()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h147 avl_tree_t sa_layout_hash_tree; /* keyed by layout hash value */ member