Lines Matching refs:cache_detail

151 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h)  in ip_map_upcall()
156 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
173 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
174 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
176 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
259 struct cache_detail *cd, in ip_map_show()
288 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
306 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
457 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) in unix_gid_upcall()
462 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
474 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
476 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
548 struct cache_detail *cd, in unix_gid_show()
574 static const struct cache_detail unix_gid_cache_template = {
592 struct cache_detail *cd; in unix_gid_cache_create()
610 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy()
618 static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid) in unix_gid_lookup()
876 static const struct cache_detail ip_map_cache_template = {
894 struct cache_detail *cd; in ip_map_cache_create()
912 struct cache_detail *cd = sn->ip_map_cache; in ip_map_cache_destroy()