Lines Matching refs:ch
126 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
129 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request()
268 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup() local
270 if (ch) in idtoname_lookup()
271 return container_of(ch, struct ent, h); in idtoname_lookup()
279 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() local
281 if (ch) in idtoname_update()
282 return container_of(ch, struct ent, h); in idtoname_update()
299 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
302 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
426 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup() local
428 if (ch) in nametoid_lookup()
429 return container_of(ch, struct ent, h); in nametoid_lookup()
437 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update() local
439 if (ch) in nametoid_update()
440 return container_of(ch, struct ent, h); in nametoid_update()