Lines Matching refs:cache_head
64 struct cache_head h;
78 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init()
97 static struct cache_head *
127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
148 idtoname_match(struct cache_head *ca, struct cache_head *cb) in idtoname_match()
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
276 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
287 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
313 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
326 nametoid_match(struct cache_head *ca, struct cache_head *cb) in nametoid_match()
336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
441 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
452 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()