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

/linux-4.4.14/net/sunrpc/
H A Dsvcauth_unix.c118 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) ip_map_init() argument
121 struct ip_map *item = container_of(citem, struct ip_map, h); ip_map_init()
126 static void update(struct cache_head *cnew, struct cache_head *citem) update() argument
129 struct ip_map *item = container_of(citem, struct ip_map, h); update()
438 static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem) unix_gid_init() argument
441 struct unix_gid *item = container_of(citem, struct unix_gid, h); unix_gid_init()
444 static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem) unix_gid_update() argument
447 struct unix_gid *item = container_of(citem, struct unix_gid, h); unix_gid_update()
/linux-4.4.14/fs/nfsd/
H A Dexport.c203 struct cache_head *citem) expkey_init()
206 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); expkey_init()
216 struct cache_head *citem) expkey_update()
219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); expkey_update()
697 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) svc_export_init() argument
700 struct svc_export *item = container_of(citem, struct svc_export, h); svc_export_init()
714 static void export_update(struct cache_head *cnew, struct cache_head *citem) export_update() argument
717 struct svc_export *item = container_of(citem, struct svc_export, h); export_update()
202 expkey_init(struct cache_head *cnew, struct cache_head *citem) expkey_init() argument
215 expkey_update(struct cache_head *cnew, struct cache_head *citem) expkey_update() argument
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c127 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) rsi_init() argument
130 struct rsi *item = container_of(citem, struct rsi, h); rsi_init()
146 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) update_rsi() argument
149 struct rsi *item = container_of(citem, struct rsi, h); update_rsi()

Completed in 147 milliseconds