Lines Matching refs:sparse_cache
154 struct sparse_cache { struct
234 static int __must_check make_search_list(struct sparse_cache *cache, in make_search_list()
259 unsigned int zone_count, struct sparse_cache **cache_ptr) in uds_make_sparse_cache()
263 struct sparse_cache *cache; in uds_make_sparse_cache()
266 bytes = (sizeof(struct sparse_cache) + (capacity * sizeof(struct cached_chapter_index))); in uds_make_sparse_cache()
323 static void score_search_miss(struct sparse_cache *cache, in score_search_miss()
345 void uds_free_sparse_cache(struct sparse_cache *cache) in uds_free_sparse_cache()
389 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter, in uds_sparse_cache_contains()
425 struct sparse_cache *cache, u64 oldest_virtual_chapter) in purge_search_list()
496 struct sparse_cache *cache = index->volume->sparse_cache; in uds_update_sparse_cache()
537 void uds_invalidate_sparse_cache(struct sparse_cache *cache) in uds_invalidate_sparse_cache()
580 struct sparse_cache *cache = volume->sparse_cache; in uds_search_sparse_cache()