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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c449 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) {
451 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) {
457 avl_add(&sa->sa_layout_hash_tree, tb);
473 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc);
476 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) {
1016 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare,
1105 avl_destroy(&sa->sa_layout_hash_tree);
1126 while (layout = avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie)) {
1141 avl_destroy(&sa->sa_layout_hash_tree);
/illumos-gate/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 in struct:sa_os

Completed in 48 milliseconds