Home
last modified time | relevance | path

Searched defs:cache_detail (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dcache.h66 struct cache_detail { struct
75 int (*cache_upcall)(struct cache_detail *, argument
78 void (*cache_request)(struct cache_detail *cd, argument
82 int (*cache_parse)(struct cache_detail *, argument
86 struct cache_detail *cd, argument
88 void (*warn_no_listener)(struct cache_detail *cd, argument
91 struct cache_head * (*alloc)(void);
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
94 void (*update)(struct cache_head *orig, struct cache_head *new);
[all …]
/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c492 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()