Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c78 avl_tree_t fncache_avl; variable
237 fnp = avl_find(&fncache_avl, &tmp_fn, NULL); in vncache_lookup()
290 old_fnp = avl_find(&fncache_avl, new_fnp, &where); in vncache_enter()
297 avl_insert(&fncache_avl, new_fnp, where); in vncache_enter()
355 avl_remove(&fncache_avl, fnp); in vncache_inactive()
405 avl_create(&fncache_avl, in vncache_init()
417 avl_destroy(&fncache_avl); in vncache_fini()