Lines Matching refs:cache_detail
151 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
168 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
169 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
171 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
254 struct cache_detail *cd, in ip_map_show()
283 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
310 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
470 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
482 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
484 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
556 struct cache_detail *cd, in unix_gid_show()
582 static const struct cache_detail unix_gid_cache_template = {
599 struct cache_detail *cd; in unix_gid_cache_create()
617 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy()
625 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
879 static const struct cache_detail ip_map_cache_template = {
896 struct cache_detail *cd; in ip_map_cache_create()
914 struct cache_detail *cd = sn->ip_map_cache; in ip_map_cache_destroy()