Lines Matching refs:disk_cache
46 struct disk_cache {
83 struct disk_cache *cache;
101 disk_cache_evict_lru_item(struct disk_cache *cache);
104 disk_cache_evict_item(struct disk_cache *cache, char *filename);
107 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key,
111 disk_cache_load_item(struct disk_cache *cache, char *filename, size_t *size);
114 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key);
127 disk_cache_load_cache_index(void *mem_ctx, struct disk_cache *cache);
130 disk_cache_mmap_cache_index(void *mem_ctx, struct disk_cache *cache,
134 disk_cache_destroy_mmap(struct disk_cache *cache);