Lines Matching refs:cache_detail
126 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
151 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
170 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
177 static int idtoname_parse(struct cache_detail *, char *, int);
178 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
179 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
182 static const struct cache_detail idtoname_cache_template = {
198 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
266 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
277 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
299 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
322 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
340 static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
341 static struct ent *nametoid_update(struct cache_detail *, struct ent *,
343 static int nametoid_parse(struct cache_detail *, char *, int);
345 static const struct cache_detail nametoid_cache_template = {
361 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
424 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
435 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
493 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup() argument
494 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()