Lines Matching refs:ch
125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
128 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request()
267 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup() local
269 if (ch) in idtoname_lookup()
270 return container_of(ch, struct ent, h); in idtoname_lookup()
278 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() local
280 if (ch) in idtoname_update()
281 return container_of(ch, struct ent, h); in idtoname_update()
298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
301 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
425 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup() local
427 if (ch) in nametoid_lookup()
428 return container_of(ch, struct ent, h); in nametoid_lookup()
436 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update() local
438 if (ch) in nametoid_update()
439 return container_of(ch, struct ent, h); in nametoid_update()