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()
217 static int __must_check allocate_cache_components(struct vdo_page_cache *cache) in allocate_cache_components()
242 static inline void assert_on_cache_thread(struct vdo_page_cache *cache, in assert_on_cache_thread()
253 static inline void assert_io_allowed(struct vdo_page_cache *cache) in assert_io_allowed()
260 static void report_cache_pressure(struct vdo_page_cache *cache) in report_cache_pressure()
376 struct vdo_page_cache *cache = info->cache; in set_info_pbn()
422 static struct page_info * __must_check find_free_page(struct vdo_page_cache *cache) in find_free_page()
440 static struct page_info * __must_check find_page(struct vdo_page_cache *cache, in find_page()
460 static struct page_info * __must_check select_lru_page(struct vdo_page_cache *cache) in select_lru_page()
556 static void set_persistent_error(struct vdo_page_cache *cache, const char *context, in set_persistent_error()
669 struct vdo_page_cache *cache = info->cache; in handle_load_error()
694 struct vdo_page_cache *cache = info->cache; in page_is_loaded()
736 struct vdo_page_cache *cache = info->cache; in handle_rebuild_read_error()
769 struct vdo_page_cache *cache = info->cache; in launch_page_load()
811 static void save_pages(struct vdo_page_cache *cache) in save_pages()
889 struct vdo_page_cache *cache = info->cache; in allocate_free_page()
936 static void discard_a_page(struct vdo_page_cache *cache) in discard_a_page()
964 struct vdo_page_cache *cache = vdo_page_comp->cache; in discard_page_for_completion()
976 static void discard_page_if_needed(struct vdo_page_cache *cache) in discard_page_if_needed()
1007 struct vdo_page_cache *cache = info->cache; in handle_page_write_error()
1047 struct vdo_page_cache *cache = info->cache; in page_is_written_out()
1093 struct vdo_page_cache *cache = ((struct page_info *) flush_completion->parent)->cache; in write_pages()
1144 struct vdo_page_cache *cache; in vdo_release_page_completion()
1213 struct vdo_page_cache *cache = &zone->page_cache; in vdo_get_page()
1327 int vdo_invalidate_page_cache(struct vdo_page_cache *cache) in vdo_invalidate_page_cache()
2820 struct vdo_page_cache *cache = &zone->page_cache; in uninitialize_block_map_zone()