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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c114 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) argument
117 struct ip_map *new = container_of(cnew, struct ip_map, h);
121 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
123 struct ip_map *new = container_of(cnew, struct ip_map, h);
129 static void update(struct cache_head *cnew, struct cache_head *citem) argument
131 struct ip_map *new = container_of(cnew, struct ip_map, h);
458 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) argument
461 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
464 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
466 struct unix_gid *new = container_of(cnew, struc
470 unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c224 static inline void expkey_init(struct cache_head *cnew, argument
227 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
237 static inline void expkey_update(struct cache_head *cnew, argument
240 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
638 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) argument
640 struct svc_export *new = container_of(cnew, struct svc_export, h);
653 static void export_update(struct cache_head *cnew, struct cache_head *citem) argument
655 struct svc_export *new = container_of(cnew, struct svc_export, h);
H A Dnfs4idmap.c79 ent_init(struct cache_head *cnew, struct cache_head *citm) argument
81 struct ent *new = container_of(cnew, struct ent, h);
/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
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);
380 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) argument
382 struct rsc *new = container_of(cnew, struct rsc, h);
394 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) argument
396 struct rsc *new = container_of(cnew, struct rsc, h);

Completed in 61 milliseconds