Lines Matching refs:cache_detail
143 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
160 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
161 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
163 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
246 struct cache_detail *cd, in ip_map_show()
275 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
302 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
461 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
473 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
475 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
547 struct cache_detail *cd, in unix_gid_show()
573 static const struct cache_detail unix_gid_cache_template = {
590 struct cache_detail *cd; in unix_gid_cache_create()
608 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy()
616 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
867 static const struct cache_detail ip_map_cache_template = {
884 struct cache_detail *cd; in ip_map_cache_create()
902 struct cache_detail *cd = sn->ip_map_cache; in ip_map_cache_destroy()