• Home
  • Raw
  • Download

Lines Matching refs:cd

126 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,  in idtoname_request()  argument
151 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() argument
198 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse() argument
240 res = idtoname_lookup(cd, &ent); in idtoname_parse()
254 res = idtoname_update(cd, &ent, res); in idtoname_parse()
258 cache_put(&res->h, cd); in idtoname_parse()
266 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() argument
268 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
277 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() argument
279 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
299 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
322 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show() argument
361 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse() argument
408 res = nametoid_lookup(cd, &ent); in nametoid_parse()
411 res = nametoid_update(cd, &ent, res); in nametoid_parse()
415 cache_put(&res->h, cd); in nametoid_parse()
424 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup() argument
426 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
435 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update() argument
437 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()