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()
274 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup() local
276 if (ch) in idtoname_lookup()
277 return container_of(ch, struct ent, h); in idtoname_lookup()
285 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() local
287 if (ch) in idtoname_update()
288 return container_of(ch, struct ent, h); in idtoname_update()
305 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
308 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
432 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup() local
434 if (ch) in nametoid_lookup()
435 return container_of(ch, struct ent, h); in nametoid_lookup()
443 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update() local
445 if (ch) in nametoid_update()
446 return container_of(ch, struct ent, h); in nametoid_update()