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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Ddns_resolve.c63 static void nfs_dns_ent_update(struct cache_head *cnew, argument
69 new = container_of(cnew, struct nfs_dns_ent, h);
76 static void nfs_dns_ent_init(struct cache_head *cnew, argument
82 new = container_of(cnew, struct nfs_dns_ent, h);
89 nfs_dns_ent_update(cnew, ckey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Ddns_resolve.c63 static void nfs_dns_ent_update(struct cache_head *cnew, argument
69 new = container_of(cnew, struct nfs_dns_ent, h);
76 static void nfs_dns_ent_init(struct cache_head *cnew, argument
82 new = container_of(cnew, struct nfs_dns_ent, h);
89 nfs_dns_ent_update(cnew, ckey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c126 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) argument
129 struct ip_map *new = container_of(cnew, struct ip_map, h);
133 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
135 struct ip_map *new = container_of(cnew, struct ip_map, h);
141 static void update(struct cache_head *cnew, struct cache_head *citem) argument
143 struct ip_map *new = container_of(cnew, struct ip_map, h);
496 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) argument
499 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
502 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
504 struct unix_gid *new = container_of(cnew, struc
508 unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c126 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) argument
129 struct ip_map *new = container_of(cnew, struct ip_map, h);
133 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) argument
135 struct ip_map *new = container_of(cnew, struct ip_map, h);
141 static void update(struct cache_head *cnew, struct cache_head *citem) argument
143 struct ip_map *new = container_of(cnew, struct ip_map, h);
496 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) argument
499 struct unix_gid *new = container_of(cnew, struct unix_gid, h);
502 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) argument
504 struct unix_gid *new = container_of(cnew, struc
508 unix_gid_update(struct cache_head *cnew, struct cache_head *citem) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
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);
383 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) argument
385 struct rsc *new = container_of(cnew, struct rsc, h);
398 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) argument
400 struct rsc *new = container_of(cnew, struct rsc, h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
383 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) argument
385 struct rsc *new = container_of(cnew, struct rsc, h);
398 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) argument
400 struct rsc *new = container_of(cnew, struct rsc, h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c215 static inline void expkey_init(struct cache_head *cnew, argument
218 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
228 static inline void expkey_update(struct cache_head *cnew, argument
231 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
671 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) argument
673 struct svc_export *new = container_of(cnew, struct svc_export, h);
686 static void export_update(struct cache_head *cnew, struct cache_head *citem) argument
688 struct svc_export *new = container_of(cnew, struct svc_export, h);
H A Dnfs4idmap.c64 ent_init(struct cache_head *cnew, struct cache_head *citm) argument
66 struct ent *new = container_of(cnew, struct ent, h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dexport.c215 static inline void expkey_init(struct cache_head *cnew, argument
218 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
228 static inline void expkey_update(struct cache_head *cnew, argument
231 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
671 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) argument
673 struct svc_export *new = container_of(cnew, struct svc_export, h);
686 static void export_update(struct cache_head *cnew, struct cache_head *citem) argument
688 struct svc_export *new = container_of(cnew, struct svc_export, h);
H A Dnfs4idmap.c64 ent_init(struct cache_head *cnew, struct cache_head *citm) argument
66 struct ent *new = container_of(cnew, struct ent, h);

Completed in 143 milliseconds