/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init() argument 129 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 134 static void update(struct cache_head *cnew, struct cache_head *citem) in update() argument 137 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 452 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) in unix_gid_init() argument 455 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() 458 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) in unix_gid_update() argument 461 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.c | 215 struct cache_head *citem) in expkey_init() 218 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() 228 struct cache_head *citem) in expkey_update() 231 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() 730 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument 733 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() 747 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument 750 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update() 214 expkey_init(struct cache_head *cnew, struct cache_head *citem) expkey_init() argument 227 expkey_update(struct cache_head *cnew, struct cache_head *citem) expkey_update() argument
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 215 struct cache_head *citem) in expkey_init() 218 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() 228 struct cache_head *citem) in expkey_update() 231 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() 807 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument 810 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() 825 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument 828 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update() 214 expkey_init(struct cache_head *cnew, struct cache_head *citem) expkey_init() argument 227 expkey_update(struct cache_head *cnew, struct cache_head *citem) expkey_update() argument
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 128 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init() argument 131 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 136 static void update(struct cache_head *cnew, struct cache_head *citem) in update() argument 139 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 445 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) in unix_gid_init() argument 448 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() 451 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) in unix_gid_update() argument 454 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 136 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init() argument 139 struct rsi *item = container_of(citem, struct rsi, h); in rsi_init() 155 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi() argument 158 struct rsi *item = container_of(citem, struct rsi, h); in update_rsi()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 160 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init() argument 163 struct rsi *item = container_of(citem, struct rsi, h); in rsi_init() 179 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi() argument 182 struct rsi *item = container_of(citem, struct rsi, h); in update_rsi()
|