Lines Matching refs:cache_head
48 struct cache_head { struct
76 struct cache_head *); argument
79 struct cache_head *ch,
87 struct cache_head *h);
91 struct cache_head * (*alloc)(void);
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
94 void (*update)(struct cache_head *orig, struct cache_head *new);
140 struct cache_head *item; /* cache item we wait on */
170 extern struct cache_head *
172 struct cache_head *key, int hash);
173 extern struct cache_head *
175 struct cache_head *new, struct cache_head *old, int hash);
178 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
183 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
190 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
198 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
208 struct cache_head *h, struct cache_req *rqstp);
224 extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);