Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c733 p->auth_srv_ngids * sizeof (gid_t)); in nfsauth_refresh_thread()
734 p->auth_srv_ngids = ngids; in nfsauth_refresh_thread()
927 np->auth_srv_ngids = 0; in nfsauth_cache_get()
1093 p->auth_srv_ngids = tmpngids; in nfsauth_cache_get()
1120 *ngids = p->auth_srv_ngids; in nfsauth_cache_get()
1435 kmem_free(p->auth_srv_gids, p->auth_srv_ngids * sizeof (gid_t)); in nfsauth_free_node()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h315 uint_t auth_srv_ngids; member