Lines Matching refs:ch
128 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
131 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request()
270 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup() local
272 if (ch) in idtoname_lookup()
273 return container_of(ch, struct ent, h); in idtoname_lookup()
281 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() local
283 if (ch) in idtoname_update()
284 return container_of(ch, struct ent, h); in idtoname_update()
301 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
304 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
428 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup() local
430 if (ch) in nametoid_lookup()
431 return container_of(ch, struct ent, h); in nametoid_lookup()
439 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update() local
441 if (ch) in nametoid_update()
442 return container_of(ch, struct ent, h); in nametoid_update()