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

/linux-master/net/sunrpc/
H A Dnetns.h13 struct cache_detail *unix_gid_cache; member in struct:sunrpc_net
H A Dsvcauth_unix.c614 sn->unix_gid_cache = cd;
621 struct cache_detail *cd = sn->unix_gid_cache;
623 sn->unix_gid_cache = NULL;
650 ug = unix_gid_lookup(sn->unix_gid_cache, uid);
653 ret = cache_check(sn->unix_gid_cache, &ug->h, &rqstp->rq_chandle);
661 cache_put(&ug->h, sn->unix_gid_cache);

Completed in 146 milliseconds