Home
last modified time | relevance | path

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

/linux-5.10/include/linux/sunrpc/
Dcache.h65 struct cache_detail { struct
74 int (*cache_upcall)(struct cache_detail *, argument
77 void (*cache_request)(struct cache_detail *cd, argument
81 int (*cache_parse)(struct cache_detail *, argument
85 struct cache_detail *cd, argument
87 void (*warn_no_listener)(struct cache_detail *cd, argument
90 struct cache_head * (*alloc)(void);
91 void (*flush)(void);
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
[all …]
/linux-5.10/fs/nfsd/
Dnfs4idmap.c507 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()