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
90 struct cache_detail *cd, argument
95 struct cache_head * (*alloc)(void);
96 void (*flush)(void);
110 struct list_head others;
111 time64_t nextcheck;
112 int entries;
115 struct list_head queue;
121 union {
[all …]
/linux/fs/nfsd/
H A Dnfs4idmap.c508 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()