Lines Matching defs:cnew
119 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
122 struct ip_map *new = container_of(cnew, struct ip_map, h);
126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
128 struct ip_map *new = container_of(cnew, struct ip_map, h);
134 static void update(struct cache_head *cnew, struct cache_head *citem)
136 struct ip_map *new = container_of(cnew, struct ip_map, h);
446 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew)
449 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
452 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem)
454 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
458 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem)
460 struct unix_gid *new = container_of(cnew, struct unix_gid, h);