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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c892 avl_create(&nc->authc_tree, nfsauth_cache_compar,
905 avl_destroy(&nc->authc_tree);
915 p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, NULL);
945 p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, &where);
947 avl_insert(&c->authc_tree, np, where);
1359 while ((node = avl_destroy_nodes(&p->authc_tree, &cookie)) != NULL)
1361 avl_destroy(&p->authc_tree);
1459 for (p = avl_first(&c->authc_tree); p != NULL;
1461 next = AVL_NEXT(&c->authc_tree, p);
1491 avl_remove(&c->authc_tree,
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h221 * related auth_cache entries in the authc_tree AVL tree.
226 krwlock_t authc_lock; /* protects authc_tree */
227 avl_tree_t authc_tree; /* auth_cache entries */ member in struct:auth_cache_clnt

Completed in 450 milliseconds