Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c705 p->auth_clnt_ngids, p->auth_clnt_gids, &uid, &gid, in nfsauth_refresh_thread()
925 np->auth_clnt_ngids = 0; in nfsauth_cache_get()
978 if (p->auth_clnt_ngids != crgetngroups(cr) || in nfsauth_cache_get()
980 p->auth_clnt_ngids * sizeof (gid_t)) != 0) { in nfsauth_cache_get()
1011 if (p->auth_clnt_ngids != crgetngroups(cr)) { in nfsauth_cache_get()
1013 p->auth_clnt_ngids * sizeof (gid_t)); in nfsauth_cache_get()
1015 p->auth_clnt_ngids = crgetngroups(cr); in nfsauth_cache_get()
1017 p->auth_clnt_ngids * sizeof (gid_t), in nfsauth_cache_get()
1025 if (p->auth_clnt_ngids != 0 && in nfsauth_cache_get()
1027 p->auth_clnt_ngids = 0; in nfsauth_cache_get()
[all …]
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h311 uint_t auth_clnt_ngids; member