Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsvcauth_unix.c126 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()
447 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) in unix_gid_init() argument
450 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
453 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) in unix_gid_update() argument
456 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
/Linux-v5.4/fs/nfsd/
Dexport.c205 struct cache_head *citem) in expkey_init() argument
208 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init()
218 struct cache_head *citem) in expkey_update() argument
221 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update()
712 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init() argument
715 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
729 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update() argument
732 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c137 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init() argument
140 struct rsi *item = container_of(citem, struct rsi, h); in rsi_init()
156 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi() argument
159 struct rsi *item = container_of(citem, struct rsi, h); in update_rsi()