Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c795 const struct auth_cache_clnt *a1 = (const struct auth_cache_clnt *)v1; in nfsauth_cache_clnt_compar()
796 const struct auth_cache_clnt *a2 = (const struct auth_cache_clnt *)v2; in nfsauth_cache_clnt_compar()
864 struct auth_cache_clnt *c; in nfsauth_cache_get()
865 struct auth_cache_clnt acc; /* used as a template for avl_find() */ in nfsauth_cache_get()
909 c = (struct auth_cache_clnt *)avl_find(tree, &acc, NULL); in nfsauth_cache_get()
912 struct auth_cache_clnt *nc; in nfsauth_cache_get()
936 c = (struct auth_cache_clnt *)avl_find(tree, &acc, &where); in nfsauth_cache_get()
1412 nfsauth_free_clnt_node(struct auth_cache_clnt *p) in nfsauth_free_clnt_node()
1453 struct auth_cache_clnt *node; in nfsauth_cache_free()
1512 struct auth_cache_clnt *c; in exi_cache_trim()
[all …]
H A Dnfs4_srv_ns.c204 sizeof (struct auth_cache_clnt), in pseudo_exportfs()
205 offsetof(struct auth_cache_clnt, authc_link)); in pseudo_exportfs()
H A Dnfs_export.c945 nfsauth_cache_clnt_compar, sizeof (struct auth_cache_clnt), in nfs_export_zone_init()
946 offsetof(struct auth_cache_clnt, authc_link)); in nfs_export_zone_init()
1434 sizeof (struct auth_cache_clnt), in exportfs()
1435 offsetof(struct auth_cache_clnt, authc_link)); in exportfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h232 struct auth_cache_clnt { struct
316 struct auth_cache_clnt *auth_clnt;