Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dcache.h75 struct cache_detail { struct
86 int (*cache_upcall)(struct cache_detail *, argument
89 void (*cache_request)(struct cache_detail *cd, argument
93 int (*cache_parse)(struct cache_detail *, argument
97 struct cache_detail *cd, argument
99 void (*warn_no_listener)(struct cache_detail *cd, argument
102 struct cache_head * (*alloc)(void);
103 int (*match)(struct cache_head *orig, struct cache_head *new);
104 void (*init)(struct cache_head *orig, struct cache_head *new);
128 struct cache_detail_procfs procfs; argument
[all …]
/linux-4.4.14/fs/nfsd/
Dnfs4idmap.c492 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()