Lines Matching refs:ch
292 struct cache_head *ch; in rsi_lookup() local
295 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsi_lookup()
296 if (ch) in rsi_lookup()
297 return container_of(ch, struct rsi, h); in rsi_lookup()
304 struct cache_head *ch; in rsi_update() local
307 ch = sunrpc_cache_update(cd, &new->h, in rsi_update()
309 if (ch) in rsi_update()
310 return container_of(ch, struct rsi, h); in rsi_update()
563 struct cache_head *ch; in rsc_lookup() local
566 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsc_lookup()
567 if (ch) in rsc_lookup()
568 return container_of(ch, struct rsc, h); in rsc_lookup()
575 struct cache_head *ch; in rsc_update() local
578 ch = sunrpc_cache_update(cd, &new->h, in rsc_update()
580 if (ch) in rsc_update()
581 return container_of(ch, struct rsc, h); in rsc_update()