Searched refs:grpcache (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c376 struct grouplist *grpcache; /* host/net group cache */ variable in typeref:struct:grouplist
445 grpcache = NULL;
3054 g = grpcache;
3056 DEBUG(6, "grpcache: %p %d %s %s", g, g->gr_refcnt, grp_name(g), grp_addr(g));
3062 g = grpcache;
3090 g->gr_cache = grpcache;
3091 grpcache = g;
3096 g2 = grpcache;
3098 DEBUG(6, "grpcache: %p %d %s %s", g2, g2->gr_refcnt, grp_name(g2), grp_addr(g2));
3144 /* remove group from grpcache lis
[all...]

Completed in 70 milliseconds