sparse_cache
uds_sparse_cache_contains(volume->sparse_cache, request->virtual_chapter,
static int __must_check make_search_list(struct sparse_cache *cache,
unsigned int zone_count, struct sparse_cache **cache_ptr)
struct sparse_cache *cache;
bytes = (sizeof(struct sparse_cache) + (capacity * sizeof(struct cached_chapter_index)));
static void score_search_miss(struct sparse_cache *cache,
void uds_free_sparse_cache(struct sparse_cache *cache)
bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
struct sparse_cache *cache, u64 oldest_virtual_chapter)
struct sparse_cache *cache = index->volume->sparse_cache;
void uds_invalidate_sparse_cache(struct sparse_cache *cache)
struct sparse_cache *cache = volume->sparse_cache;
struct sparse_cache;
struct sparse_cache **cache_ptr);
void uds_free_sparse_cache(struct sparse_cache *cache);
bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
void uds_invalidate_sparse_cache(struct sparse_cache *cache);
if (volume->sparse_cache != NULL)
uds_invalidate_sparse_cache(volume->sparse_cache);
&volume->sparse_cache);
uds_free_sparse_cache(volume->sparse_cache);
struct sparse_cache *sparse_cache;