Lines Matching refs:disk_cache
52 #include "disk_cache.h"
77 struct disk_cache {
112 struct disk_cache *cache;
199 struct disk_cache *
204 struct disk_cache *cache = NULL;
227 cache = rzalloc(NULL, struct disk_cache);
443 disk_cache_destroy(struct disk_cache *cache)
459 get_cache_file(struct disk_cache *cache, const cache_key key)
481 make_cache_file_directory(struct disk_cache *cache, const cache_key key)
634 evict_lru_item(struct disk_cache *cache)
678 disk_cache_remove(struct disk_cache *cache, const cache_key key)
806 create_put_job(struct disk_cache *cache, const cache_key key,
1025 disk_cache_put(struct disk_cache *cache, const cache_key key,
1087 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size)
1230 disk_cache_put_key(struct disk_cache *cache, const cache_key key)
1257 disk_cache_has_key(struct disk_cache *cache, const cache_key key)
1277 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
1290 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put,