Home
last modified time | relevance | path

Searched refs:citem (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c128 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()
/openbmc/linux/fs/nfsd/
H A Dexport.c215 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()
814 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument
817 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
832 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument
835 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c160 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()