Lines Matching defs:cnew
121 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
124 struct ip_map *new = container_of(cnew, struct ip_map, h);
128 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
130 struct ip_map *new = container_of(cnew, struct ip_map, h);
136 static void update(struct cache_head *cnew, struct cache_head *citem)
138 struct ip_map *new = container_of(cnew, struct ip_map, h);
439 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew)
442 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
445 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem)
447 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
451 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem)
453 struct unix_gid *new = container_of(cnew, struct unix_gid, h);