Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dcache.h70 struct cache_detail { struct
79 int (*cache_upcall)(struct cache_detail *, argument
82 void (*cache_request)(struct cache_detail *cd, argument
86 int (*cache_parse)(struct cache_detail *, argument
90 struct cache_detail *cd, argument
92 void (*warn_no_listener)(struct cache_detail *cd, argument
95 alloccache_detail global() argument
96 flushcache_detail global() argument
97 matchcache_detail global() argument
98 initcache_detail global() argument
99 updatecache_detail global() argument
104 flush_timecache_detail global() argument
110 otherscache_detail global() argument
111 nextcheckcache_detail global() argument
112 entriescache_detail global() argument
115 queuecache_detail global() argument
117 writerscache_detail global() argument
118 last_closecache_detail global() argument
119 last_warncache_detail global() argument
121 __anon3eb01ffc020acache_detail global() argument
125 netcache_detail global() argument
[all...]
/linux/fs/nfsd/
H A Dnfs4idmap.c508 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()