Searched refs:citem (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c133 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
136 struct ip_map *item = container_of(citem, struct ip_map, h);
141 static void update(struct cache_head *cnew, struct cache_head *citem) argument
144 struct ip_map *item = container_of(citem, struct ip_map, h);
502 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
505 struct unix_gid *item = container_of(citem, struct unix_gid, h);
508 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
511 struct unix_gid *item = container_of(citem, struct unix_gid, h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c216 struct cache_head *citem)
219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
229 struct cache_head *citem)
232 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
671 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) argument
674 struct svc_export *item = container_of(citem, struct svc_export, h);
686 static void export_update(struct cache_head *cnew, struct cache_head *citem) argument
689 struct svc_export *item = container_of(citem, struct svc_export, h);
215 expkey_init(struct cache_head *cnew, struct cache_head *citem) argument
228 expkey_update(struct cache_head *cnew, struct cache_head *citem) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c127 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) argument
130 struct rsi *item = container_of(citem, struct rsi, h);
146 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) argument
149 struct rsi *item = container_of(citem, struct rsi, h);

Completed in 72 milliseconds