Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c704 p->auth_clnt_uid, p->auth_clnt_gid, in nfsauth_refresh_thread()
795 if (a1->auth_clnt_gid < a2->auth_clnt_gid) in nfsauth_cache_compar()
797 if (a1->auth_clnt_gid > a2->auth_clnt_gid) in nfsauth_cache_compar()
851 ac.auth_clnt_gid = crgetgid(cr); in nfsauth_cache_get()
924 np->auth_clnt_gid = crgetgid(cr); in nfsauth_cache_get()
/titanic_44/usr/src/uts/common/nfs/
H A Dexport.h310 gid_t auth_clnt_gid; member