Lines Matching defs:cd
156 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
173 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h) in ip_map_upcall()
181 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
264 struct cache_detail *cd, in ip_map_show()
293 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
320 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
480 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
492 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) in unix_gid_upcall()
500 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
565 struct cache_detail *cd, in unix_gid_show()
855 struct cache_detail *cd; in ip_map_cache_create() local