Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dcache.h73 struct cache_detail { struct
84 int (*cache_upcall)(struct cache_detail *, argument
87 void (*cache_request)(struct cache_detail *cd, argument
91 int (*cache_parse)(struct cache_detail *, argument
95 struct cache_detail *cd, argument
97 void (*warn_no_listener)(struct cache_detail *cd, argument
122 struct cache_detail_procfs procfs; argument
124 } u;
125 struct net *net;
/linux-4.1.27/fs/nfsd/
Dnfs4idmap.c495 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()