Lines Matching refs:cache_detail

127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h)
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
177 warn_no_idmapd(struct cache_detail *detail, int has_died)
184 static int idtoname_parse(struct cache_detail *, char *, int);
185 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
186 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
189 static const struct cache_detail idtoname_cache_template = {
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen)
274 idtoname_lookup(struct cache_detail *cd, struct ent *item)
285 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old)
307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h)
313 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
354 static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
355 static struct ent *nametoid_update(struct cache_detail *, struct ent *,
357 static int nametoid_parse(struct cache_detail *, char *, int);
359 static const struct cache_detail nametoid_cache_template = {
376 nametoid_parse(struct cache_detail *cd, char *buf, int buflen)
439 nametoid_lookup(struct cache_detail *cd, struct ent *item)
450 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old)
508 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *),
509 struct ent *key, struct cache_detail *detail, struct ent **item)