Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dblock-map.h49 struct vdo_page_cache { struct
137 struct vdo_page_cache *cache;
169 struct vdo_page_cache *cache;
240 struct vdo_page_cache page_cache;
311 int __must_check vdo_invalidate_page_cache(struct vdo_page_cache *cache);
H A Dblock-map.c158 struct vdo_page_cache *cache = info->cache; in get_page_buffer()
181 static int initialize_info(struct vdo_page_cache *cache) in initialize_info()
219 static int __must_check allocate_cache_components(struct vdo_page_cache *cache) in allocate_cache_components()
246 static inline void assert_on_cache_thread(struct vdo_page_cache *cache, in assert_on_cache_thread()
257 static inline void assert_io_allowed(struct vdo_page_cache *cache) in assert_io_allowed()
264 static void report_cache_pressure(struct vdo_page_cache *cache) in report_cache_pressure()
383 struct vdo_page_cache *cache = info->cache; in set_info_pbn()
430 static struct page_info * __must_check find_free_page(struct vdo_page_cache *cache) in find_free_page()
449 static struct page_info * __must_check find_page(struct vdo_page_cache *cache, in find_page()
470 static struct page_info * __must_check select_lru_page(struct vdo_page_cache *cache) in select_lru_page()
[all …]
H A Drepair.c641 struct vdo_page_cache *cache = &vdo->block_map->zones[0].page_cache; in rebuild_reference_counts()