Lines Matching refs:vdo_page_cache

158 	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()
570 static void set_persistent_error(struct vdo_page_cache *cache, const char *context, in set_persistent_error()
684 struct vdo_page_cache *cache = info->cache; in handle_load_error()
709 struct vdo_page_cache *cache = info->cache; in page_is_loaded()
751 struct vdo_page_cache *cache = info->cache; in handle_rebuild_read_error()
786 struct vdo_page_cache *cache = info->cache; in launch_page_load()
828 static void save_pages(struct vdo_page_cache *cache) in save_pages()
910 struct vdo_page_cache *cache = info->cache; in allocate_free_page()
958 static void discard_a_page(struct vdo_page_cache *cache) in discard_a_page()
982 struct vdo_page_cache *cache = vdo_page_comp->cache; in discard_page_for_completion()
994 static void discard_page_if_needed(struct vdo_page_cache *cache) in discard_page_if_needed()
1025 struct vdo_page_cache *cache = info->cache; in handle_page_write_error()
1065 struct vdo_page_cache *cache = info->cache; in page_is_written_out()
1111 struct vdo_page_cache *cache = ((struct page_info *) flush_completion->parent)->cache; in write_pages()
1163 struct vdo_page_cache *cache; in vdo_release_page_completion()
1228 struct vdo_page_cache *cache = &zone->page_cache; in vdo_get_page()
1343 int vdo_invalidate_page_cache(struct vdo_page_cache *cache) in vdo_invalidate_page_cache()
2852 struct vdo_page_cache *cache = &zone->page_cache; in uninitialize_block_map_zone()