Searched refs:sa_layout_hash_tree (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | sa.c | 451 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) { in sa_add_layout_entry() 453 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) { in sa_add_layout_entry() 459 avl_add(&sa->sa_layout_hash_tree, tb); in sa_add_layout_entry() 475 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc); in sa_find_layout() 478 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) { in sa_find_layout() 1021 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare, in sa_setup() 1110 avl_destroy(&sa->sa_layout_hash_tree); in sa_setup() 1131 while (layout = avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie)) { in sa_tear_down() 1146 avl_destroy(&sa->sa_layout_hash_tree); in sa_tear_down()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa_impl.h | 147 avl_tree_t sa_layout_hash_tree; /* keyed by layout hash value */ member
|