Searched refs:cnew (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/
H A Dsvcauth_unix.c111 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) argument
114 struct ip_map *new = container_of(cnew, struct ip_map, h);
118 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
120 struct ip_map *new = container_of(cnew, struct ip_map, h);
126 static void update(struct cache_head *cnew, struct cache_head *citem) argument
128 struct ip_map *new = container_of(cnew, struct ip_map, h);
432 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) argument
435 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
438 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
440 struct unix_gid *new = container_of(cnew, struc
444 unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
[all...]
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c127 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) argument
129 struct rsi *new = container_of(cnew, struct rsi, h);
146 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) argument
148 struct rsi *new = container_of(cnew, struct rsi, h);
370 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) argument
372 struct rsc *new = container_of(cnew, struct rsc, h);
384 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) argument
386 struct rsc *new = container_of(cnew, struct rsc, h);

Completed in 31 milliseconds