Searched refs:cnew (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/sunrpc/ |
D | svcauth_unix.c | 120 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match() argument 123 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 127 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init() argument 129 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 135 static void update(struct cache_head *cnew, struct cache_head *citem) in update() argument 137 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 429 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) in unix_gid_match() argument 432 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match() 435 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) in unix_gid_init() argument 437 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init() [all …]
|
/linux-6.1.9/fs/nfs/ |
D | dns_resolve.c | 73 static void nfs_dns_ent_update(struct cache_head *cnew, in nfs_dns_ent_update() argument 79 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update() 86 static void nfs_dns_ent_init(struct cache_head *cnew, in nfs_dns_ent_init() argument 92 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init() 99 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init()
|
/linux-6.1.9/fs/nfsd/ |
D | export.c | 214 static inline void expkey_init(struct cache_head *cnew, in expkey_init() argument 217 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init() 227 static inline void expkey_update(struct cache_head *cnew, in expkey_update() argument 230 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update() 784 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument 786 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init() 802 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument 804 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
|
D | nfs4idmap.c | 77 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init() argument 79 struct ent *new = container_of(cnew, struct ent, h); in ent_init()
|
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 136 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init() argument 138 struct rsi *new = container_of(cnew, struct rsi, h); in rsi_init() 155 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi() argument 157 struct rsi *new = container_of(cnew, struct rsi, h); in update_rsi() 398 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init() argument 400 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init() 412 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc() argument 414 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
|