Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c762 const struct auth_cache_clnt *a1 = (const struct auth_cache_clnt *)v1; in nfsauth_cache_clnt_compar()
763 const struct auth_cache_clnt *a2 = (const struct auth_cache_clnt *)v2; in nfsauth_cache_clnt_compar()
816 struct auth_cache_clnt *c; in nfsauth_cache_get()
817 struct auth_cache_clnt acc; /* used as a template for avl_find() */ in nfsauth_cache_get()
858 c = (struct auth_cache_clnt *)avl_find(tree, &acc, NULL); in nfsauth_cache_get()
861 struct auth_cache_clnt *nc; in nfsauth_cache_get()
886 c = (struct auth_cache_clnt *)avl_find(tree, &acc, &where); in nfsauth_cache_get()
1416 nfsauth_free_clnt_node(struct auth_cache_clnt *p) in nfsauth_free_clnt_node()
1457 struct auth_cache_clnt *node; in nfsauth_cache_free()
1493 struct auth_cache_clnt *c; in exi_cache_trim()
[all …]
H A Dnfs4_srv_ns.c202 sizeof (struct auth_cache_clnt), in pseudo_exportfs()
203 offsetof(struct auth_cache_clnt, authc_link)); in pseudo_exportfs()
H A Dnfs_export.c841 sizeof (struct auth_cache_clnt), in nfs_exportinit()
842 offsetof(struct auth_cache_clnt, authc_link)); in nfs_exportinit()
1202 sizeof (struct auth_cache_clnt), in exportfs()
1203 offsetof(struct auth_cache_clnt, authc_link)); in exportfs()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h223 struct auth_cache_clnt { struct
307 struct auth_cache_clnt *auth_clnt;