Lines Matching refs:vdo_page_cache

158 	struct vdo_page_cache *cache = info->cache;  in get_page_buffer()
180 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()
244 static inline void assert_on_cache_thread(struct vdo_page_cache *cache, in assert_on_cache_thread()
255 static inline void assert_io_allowed(struct vdo_page_cache *cache) in assert_io_allowed()
262 static void report_cache_pressure(struct vdo_page_cache *cache) in report_cache_pressure()
378 struct vdo_page_cache *cache = info->cache; in set_info_pbn()
424 static struct page_info * __must_check find_free_page(struct vdo_page_cache *cache) in find_free_page()
442 static struct page_info * __must_check find_page(struct vdo_page_cache *cache, in find_page()
462 static struct page_info * __must_check select_lru_page(struct vdo_page_cache *cache) in select_lru_page()
558 static void set_persistent_error(struct vdo_page_cache *cache, const char *context, in set_persistent_error()
671 struct vdo_page_cache *cache = info->cache; in handle_load_error()
696 struct vdo_page_cache *cache = info->cache; in page_is_loaded()
738 struct vdo_page_cache *cache = info->cache; in handle_rebuild_read_error()
771 struct vdo_page_cache *cache = info->cache; in launch_page_load()
813 static void save_pages(struct vdo_page_cache *cache) in save_pages()
891 struct vdo_page_cache *cache = info->cache; in allocate_free_page()
938 static void discard_a_page(struct vdo_page_cache *cache) in discard_a_page()
966 struct vdo_page_cache *cache = vdo_page_comp->cache; in discard_page_for_completion()
978 static void discard_page_if_needed(struct vdo_page_cache *cache) in discard_page_if_needed()
1009 struct vdo_page_cache *cache = info->cache; in handle_page_write_error()
1049 struct vdo_page_cache *cache = info->cache; in page_is_written_out()
1095 struct vdo_page_cache *cache = ((struct page_info *) flush_completion->parent)->cache; in write_pages()
1146 struct vdo_page_cache *cache; in vdo_release_page_completion()
1215 struct vdo_page_cache *cache = &zone->page_cache; in vdo_get_page()
1329 int vdo_invalidate_page_cache(struct vdo_page_cache *cache) in vdo_invalidate_page_cache()
2823 struct vdo_page_cache *cache = &zone->page_cache; in uninitialize_block_map_zone()