Symbol: vdo_page_cache
drivers/md/dm-vdo/block-map.c
1024
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
1064
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
1110
struct vdo_page_cache *cache = ((struct page_info *) flush_completion->parent)->cache;
drivers/md/dm-vdo/block-map.c
1162
struct vdo_page_cache *cache;
drivers/md/dm-vdo/block-map.c
1227
struct vdo_page_cache *cache = &zone->page_cache;
drivers/md/dm-vdo/block-map.c
1342
int vdo_invalidate_page_cache(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
158
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
181
static int initialize_info(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
219
static int __must_check allocate_cache_components(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
245
static inline void assert_on_cache_thread(struct vdo_page_cache *cache,
drivers/md/dm-vdo/block-map.c
256
static inline void assert_io_allowed(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
263
static void report_cache_pressure(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
2841
struct vdo_page_cache *cache = &zone->page_cache;
drivers/md/dm-vdo/block-map.c
382
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
429
static struct page_info * __must_check find_free_page(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
448
static struct page_info * __must_check find_page(struct vdo_page_cache *cache,
drivers/md/dm-vdo/block-map.c
469
static struct page_info * __must_check select_lru_page(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
569
static void set_persistent_error(struct vdo_page_cache *cache, const char *context,
drivers/md/dm-vdo/block-map.c
683
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
708
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
750
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
785
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
827
static void save_pages(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
909
struct vdo_page_cache *cache = info->cache;
drivers/md/dm-vdo/block-map.c
957
static void discard_a_page(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.c
981
struct vdo_page_cache *cache = vdo_page_comp->cache;
drivers/md/dm-vdo/block-map.c
993
static void discard_page_if_needed(struct vdo_page_cache *cache)
drivers/md/dm-vdo/block-map.h
137
struct vdo_page_cache *cache;
drivers/md/dm-vdo/block-map.h
169
struct vdo_page_cache *cache;
drivers/md/dm-vdo/block-map.h
240
struct vdo_page_cache page_cache;
drivers/md/dm-vdo/block-map.h
311
int __must_check vdo_invalidate_page_cache(struct vdo_page_cache *cache);
drivers/md/dm-vdo/repair.c
641
struct vdo_page_cache *cache = &vdo->block_map->zones[0].page_cache;