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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c121 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
124 struct ip_map *item = container_of(citem, struct ip_map, h);
129 static void update(struct cache_head *cnew, struct cache_head *citem) argument
132 struct ip_map *item = container_of(citem, struct ip_map, h);
464 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
467 struct unix_gid *item = container_of(citem, struct unix_gid, h);
470 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
473 struct unix_gid *item = container_of(citem, struct unix_gid, h);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c225 struct cache_head *citem)
228 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
238 struct cache_head *citem)
241 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
638 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) argument
641 struct svc_export *item = container_of(citem, struct svc_export, h);
653 static void export_update(struct cache_head *cnew, struct cache_head *citem) argument
656 struct svc_export *item = container_of(citem, struct svc_export, h);
224 expkey_init(struct cache_head *cnew, struct cache_head *citem) argument
237 expkey_update(struct cache_head *cnew, struct cache_head *citem) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 172 milliseconds