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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c448 if ((findtb = avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) {
450 findtb = AVL_NEXT(&sa->sa_layout_hash_tree, findtb)) {
456 avl_add(&sa->sa_layout_hash_tree, tb);
472 tb = avl_find(&sa->sa_layout_hash_tree, &tbsearch, &loc);
475 tb = AVL_NEXT(&sa->sa_layout_hash_tree, tb)) {
1020 avl_create(&sa->sa_layout_hash_tree, layout_hash_compare,
1109 avl_destroy(&sa->sa_layout_hash_tree);
1130 while (layout = avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie)) {
1145 avl_destroy(&sa->sa_layout_hash_tree);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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 102 milliseconds