Home
last modified time | relevance | path

Searched refs:uds_sparse_cache_contains (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dsparse-cache.h35 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
Dsparse-cache.c389 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter, in uds_sparse_cache_contains() function
498 if (uds_sparse_cache_contains(cache, virtual_chapter, zone->id)) in uds_update_sparse_cache()
Dindex.c390 uds_sparse_cache_contains(volume->sparse_cache, request->virtual_chapter, in get_record_from_zone()