Lines Matching defs:cache
74 disk_cache_init_queue(struct disk_cache *cache) in disk_cache_init_queue()
104 struct disk_cache *cache = NULL; in disk_cache_type_create() local
222 struct disk_cache *cache; in disk_cache_create() local
322 disk_cache_destroy(struct disk_cache *cache) in disk_cache_destroy()
350 disk_cache_wait_for_idle(struct disk_cache *cache) in disk_cache_wait_for_idle()
356 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove()
372 create_put_job(struct disk_cache *cache, const cache_key key, in create_put_job()
483 blob_put_compressed(struct disk_cache *cache, const cache_key key, in blob_put_compressed()
512 blob_get_compressed(struct disk_cache *cache, const cache_key key, in blob_get_compressed()
561 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put()
579 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, in disk_cache_put_nocopy()
599 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get()
634 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key()
661 disk_cache_has_key(struct disk_cache *cache, const cache_key key) in disk_cache_has_key()
681 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key()
694 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, in disk_cache_set_callbacks()