Searched refs:ip_map_cache (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsunrpc_syms.c137 extern struct cache_detail ip_map_cache, unix_gid_cache;
156 cache_register(&ip_map_cache);
169 if (cache_unregister(&ip_map_cache))
H A Dsvcauth_unix.c267 struct cache_detail ip_map_cache = { variable in typeref:struct:cache_detail
289 ch = sunrpc_cache_lookup(&ip_map_cache, &ip.h,
317 ch = sunrpc_cache_update(&ip_map_cache,
323 cache_put(ch, &ip_map_cache);
363 if (cache_check(&ip_map_cache, &ipm->h, NULL))
374 cache_put(&ipm->h, &ip_map_cache);
380 cache_purge(&ip_map_cache);
399 cache_put(&ipm->h, &ip_map_cache);
422 cache_put(&ipm->h, &ip_map_cache);
429 cache_put(&ipm->h, &ip_map_cache);
[all...]

Completed in 58 milliseconds