Lines Matching refs:cache_head
48 struct cache_head { struct
87 struct cache_head *);
90 struct cache_head *ch,
98 struct cache_head *h);
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);
105 void (*update)(struct cache_head *orig, struct cache_head *new);
151 struct cache_head *item; /* cache item we wait on */
181 extern struct cache_head *
183 struct cache_head *key, int hash);
184 extern struct cache_head *
186 struct cache_head *new, struct cache_head *old, int hash);
189 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
194 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
201 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
209 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
216 struct cache_head *h, struct cache_req *rqstp);