Lines Matching refs:cache_detail

126 idtoname_upcall(struct cache_detail *cd, struct cache_head *h)  in idtoname_upcall()
132 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
157 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
176 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
183 static int idtoname_parse(struct cache_detail *, char *, int);
184 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
185 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
188 static const struct cache_detail idtoname_cache_template = {
205 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
273 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
284 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
306 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
312 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
335 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
353 static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
354 static struct ent *nametoid_update(struct cache_detail *, struct ent *,
356 static int nametoid_parse(struct cache_detail *, char *, int);
358 static const struct cache_detail nametoid_cache_template = {
375 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
438 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
449 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
507 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup() argument
508 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()