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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c77 while ((node = avl_destroy_nodes(&zhc->zhc_path_avl,
90 avl_create(&zhc->zhc_path_avl, zfs_pathent_cmp, sizeof (zfs_pathent_t),
105 avl_destroy(&zhc->zhc_path_avl);
179 found = avl_find(&zhc->zhc_path_avl, &pathent, &index);
206 found = avl_find(&zhc->zhc_path_avl, &pathent, &path_index);
240 avl_add(&zhc->zhc_path_avl, mzp);
255 found = avl_find(&zhc->zhc_path_avl, &pathent, &path_index);
282 avl_insert(&zhc->zhc_path_avl, fzp, path_index);
292 avl_insert(&zhc->zhc_path_avl, zp, path_index);
299 avl_insert(&zhc->zhc_path_avl, fz
[all...]
H A Dlibzfs_impl.h278 avl_tree_t zhc_path_avl; member in struct:zfs_handle_cache

Completed in 27 milliseconds