Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c931 avl_create(&nc->authc_tree, nfsauth_cache_compar, in nfsauth_cache_get()
944 avl_destroy(&nc->authc_tree); in nfsauth_cache_get()
958 p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, NULL); in nfsauth_cache_get()
987 p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, &where); in nfsauth_cache_get()
989 avl_insert(&c->authc_tree, np, where); in nfsauth_cache_get()
1419 avl_destroy(&p->authc_tree); in nfsauth_free_clnt_node()
1540 for (p = avl_first(&c->authc_tree); p != NULL; in exi_cache_trim()
1542 next = AVL_NEXT(&c->authc_tree, p); in exi_cache_trim()
1572 avl_remove(&c->authc_tree, p); in exi_cache_trim()
1576 avl_remove(&c->authc_tree, p); in exi_cache_trim()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h236 avl_tree_t authc_tree; /* auth_cache entries */ member