9 /* The cache structure */
17 /* functions defined in cache.c */
18 void cache_init(struct device
*, int);
19 const void *get_cache(struct device
*, block_t
);
20 struct cache
*_get_cache_block(struct device
*, block_t
);
21 void cache_lock_block(struct cache
*);
22 size_t cache_read(struct fs_info
*, void *, uint64_t, size_t);