cnew               73 fs/nfs/dns_resolve.c static void nfs_dns_ent_update(struct cache_head *cnew,
cnew               79 fs/nfs/dns_resolve.c 	new = container_of(cnew, struct nfs_dns_ent, h);
cnew               86 fs/nfs/dns_resolve.c static void nfs_dns_ent_init(struct cache_head *cnew,
cnew               92 fs/nfs/dns_resolve.c 	new = container_of(cnew, struct nfs_dns_ent, h);
cnew               99 fs/nfs/dns_resolve.c 		nfs_dns_ent_update(cnew, ckey);
cnew              204 fs/nfsd/export.c static inline void expkey_init(struct cache_head *cnew,
cnew              207 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
cnew              217 fs/nfsd/export.c static inline void expkey_update(struct cache_head *cnew,
cnew              220 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
cnew              712 fs/nfsd/export.c static void svc_export_init(struct cache_head *cnew, struct cache_head *citem)
cnew              714 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
cnew              729 fs/nfsd/export.c static void export_update(struct cache_head *cnew, struct cache_head *citem)
cnew              731 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
cnew               77 fs/nfsd/nfs4idmap.c ent_init(struct cache_head *cnew, struct cache_head *citm)
cnew               79 fs/nfsd/nfs4idmap.c 	struct ent *new = container_of(cnew, struct ent, h);
cnew              137 net/sunrpc/auth_gss/svcauth_gss.c static void rsi_init(struct cache_head *cnew, struct cache_head *citem)
cnew              139 net/sunrpc/auth_gss/svcauth_gss.c 	struct rsi *new = container_of(cnew, struct rsi, h);
cnew              156 net/sunrpc/auth_gss/svcauth_gss.c static void update_rsi(struct cache_head *cnew, struct cache_head *citem)
cnew              158 net/sunrpc/auth_gss/svcauth_gss.c 	struct rsi *new = container_of(cnew, struct rsi, h);
cnew              391 net/sunrpc/auth_gss/svcauth_gss.c rsc_init(struct cache_head *cnew, struct cache_head *ctmp)
cnew              393 net/sunrpc/auth_gss/svcauth_gss.c 	struct rsc *new = container_of(cnew, struct rsc, h);
cnew              405 net/sunrpc/auth_gss/svcauth_gss.c update_rsc(struct cache_head *cnew, struct cache_head *ctmp)
cnew              407 net/sunrpc/auth_gss/svcauth_gss.c 	struct rsc *new = container_of(cnew, struct rsc, h);
cnew              119 net/sunrpc/svcauth_unix.c static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
cnew              122 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
cnew              126 net/sunrpc/svcauth_unix.c static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
cnew              128 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
cnew              134 net/sunrpc/svcauth_unix.c static void update(struct cache_head *cnew, struct cache_head *citem)
cnew              136 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
cnew              441 net/sunrpc/svcauth_unix.c static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew)
cnew              444 net/sunrpc/svcauth_unix.c 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);
cnew              447 net/sunrpc/svcauth_unix.c static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem)
cnew              449 net/sunrpc/svcauth_unix.c 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);
cnew              453 net/sunrpc/svcauth_unix.c static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem)
cnew              455 net/sunrpc/svcauth_unix.c 	struct unix_gid *new = container_of(cnew, struct unix_gid, h);