Lines Matching refs:ch
287 struct cache_head *ch; in svc_expkey_lookup() local
290 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup()
291 if (ch) in svc_expkey_lookup()
292 return container_of(ch, struct svc_expkey, h); in svc_expkey_lookup()
301 struct cache_head *ch; in svc_expkey_update() local
304 ch = sunrpc_cache_update(cd, &new->h, &old->h, hash); in svc_expkey_update()
305 if (ch) in svc_expkey_update()
306 return container_of(ch, struct svc_expkey, h); in svc_expkey_update()
920 struct cache_head *ch; in svc_export_lookup() local
923 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
924 if (ch) in svc_export_lookup()
925 return container_of(ch, struct svc_export, h); in svc_export_lookup()
933 struct cache_head *ch; in svc_export_update() local
936 ch = sunrpc_cache_update(old->cd, &new->h, &old->h, hash); in svc_export_update()
937 if (ch) in svc_export_update()
938 return container_of(ch, struct svc_export, h); in svc_export_update()