Lines Matching refs:ch
299 struct cache_head *ch; in rsi_lookup() local
302 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsi_lookup()
303 if (ch) in rsi_lookup()
304 return container_of(ch, struct rsi, h); in rsi_lookup()
311 struct cache_head *ch; in rsi_update() local
314 ch = sunrpc_cache_update(cd, &new->h, in rsi_update()
316 if (ch) in rsi_update()
317 return container_of(ch, struct rsi, h); in rsi_update()
576 struct cache_head *ch; in rsc_lookup() local
579 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsc_lookup()
580 if (ch) in rsc_lookup()
581 return container_of(ch, struct rsc, h); in rsc_lookup()
588 struct cache_head *ch; in rsc_update() local
591 ch = sunrpc_cache_update(cd, &new->h, in rsc_update()
593 if (ch) in rsc_update()
594 return container_of(ch, struct rsc, h); in rsc_update()