Lines Matching refs:cache_detail

152 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h)  in ip_map_upcall()
157 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
174 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
175 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
177 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
260 struct cache_detail *cd, in ip_map_show()
289 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
307 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
458 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) in unix_gid_upcall()
463 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
475 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
477 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
549 struct cache_detail *cd, in unix_gid_show()
575 static const struct cache_detail unix_gid_cache_template = {
593 struct cache_detail *cd; in unix_gid_cache_create()
611 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy()
619 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
936 static const struct cache_detail ip_map_cache_template = {
954 struct cache_detail *cd; in ip_map_cache_create()
972 struct cache_detail *cd = sn->ip_map_cache; in ip_map_cache_destroy()