Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c765 p->auth_srv_ngids * sizeof (gid_t)); in nfsauth_refresh_thread()
766 p->auth_srv_ngids = ngids; in nfsauth_refresh_thread()
977 np->auth_srv_ngids = 0; in nfsauth_cache_get()
1072 p->auth_srv_ngids = tmpngids; in nfsauth_cache_get()
1099 if ((*ngids = p->auth_srv_ngids) != 0) { in nfsauth_cache_get()
1431 kmem_free(p->auth_srv_gids, p->auth_srv_ngids * sizeof (gid_t)); in nfsauth_free_node()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h321 uint_t auth_srv_ngids; member