Lines Matching refs:cache_detail

125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,  in idtoname_request()
150 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
169 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
176 static int idtoname_parse(struct cache_detail *, char *, int);
177 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
178 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
181 static const struct cache_detail idtoname_cache_template = {
197 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
265 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
321 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
339 static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
340 static struct ent *nametoid_update(struct cache_detail *, struct ent *,
342 static int nametoid_parse(struct cache_detail *, char *, int);
344 static const struct cache_detail nametoid_cache_template = {
360 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
423 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
434 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
492 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup() argument
493 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()