Searched refs:citem (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 443 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) in unix_gid_init() argument 446 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() 449 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) in unix_gid_update() argument 452 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | export.c | 215 struct cache_head *citem) in expkey_init() argument 218 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() 228 struct cache_head *citem) in expkey_update() argument 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()
|
| /OK3568_Linux_fs/kernel/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()
|