Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c704 p->auth_clnt_uid, p->auth_clnt_gid, in nfsauth_refresh_thread()
790 if (a1->auth_clnt_uid < a2->auth_clnt_uid) in nfsauth_cache_compar()
792 if (a1->auth_clnt_uid > a2->auth_clnt_uid) in nfsauth_cache_compar()
850 ac.auth_clnt_uid = crgetuid(cr); in nfsauth_cache_get()
923 np->auth_clnt_uid = crgetuid(cr); in nfsauth_cache_get()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h309 uid_t auth_clnt_uid; member