Searched refs:authc_tree (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 931 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() 1417 while ((node = avl_destroy_nodes(&p->authc_tree, &cookie)) != NULL) in nfsauth_free_clnt_node() 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() [all …]
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | export.h | 236 avl_tree_t authc_tree; /* auth_cache entries */ member
|