Lines Matching refs:cache_detail

128 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,  in idtoname_request()
153 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
172 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
179 static int idtoname_parse(struct cache_detail *, char *, int);
180 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
181 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
184 static struct cache_detail idtoname_cache_template = {
200 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
268 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
279 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
301 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
324 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
342 static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
343 static struct ent *nametoid_update(struct cache_detail *, struct ent *,
345 static int nametoid_parse(struct cache_detail *, char *, int);
347 static struct cache_detail nametoid_cache_template = {
363 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
426 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
437 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
495 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup() argument
496 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()