Searched refs:auth_clnt_ngids (Results 1 – 2 of 2) sorted by relevance
705 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 …]
311 uint_t auth_clnt_ngids; member