Lines Matching refs:cd

125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,  in idtoname_request()  argument
150 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() argument
197 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse() argument
239 res = idtoname_lookup(cd, &ent); in idtoname_parse()
253 res = idtoname_update(cd, &ent, res); in idtoname_parse()
257 cache_put(&res->h, cd); in idtoname_parse()
265 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() argument
267 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup()
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() argument
278 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
321 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show() argument
360 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse() argument
407 res = nametoid_lookup(cd, &ent); in nametoid_parse()
410 res = nametoid_update(cd, &ent, res); in nametoid_parse()
414 cache_put(&res->h, cd); in nametoid_parse()
423 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup() argument
425 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup()
434 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update() argument
436 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()