Lines Matching refs:cd
128 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
153 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() argument
200 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse() argument
242 res = idtoname_lookup(cd, &ent); in idtoname_parse()
256 res = idtoname_update(cd, &ent, res); in idtoname_parse()
260 cache_put(&res->h, cd); in idtoname_parse()
268 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() argument
270 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup()
279 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() argument
281 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
301 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
324 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show() argument
363 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse() argument
410 res = nametoid_lookup(cd, &ent); in nametoid_parse()
413 res = nametoid_update(cd, &ent, res); in nametoid_parse()
417 cache_put(&res->h, cd); in nametoid_parse()
426 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup() argument
428 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup()
437 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update() argument
439 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()