Lines Matching refs:block_map_page

696 	struct block_map_page *page;  in page_is_loaded()
701 page = (struct block_map_page *) get_page_buffer(info); in page_is_loaded()
1048 struct block_map_page *page = (struct block_map_page *) get_page_buffer(info); in page_is_written_out()
1307 struct block_map_page **page_ptr) in vdo_get_cached_page()
1315 *page_ptr = (struct block_map_page *) get_page_buffer(vpc->info); in vdo_get_cached_page()
1386 struct block_map_page *page) in vdo_copy_valid_page()
1388 struct block_map_page *loaded = (struct block_map_page *) buffer; in vdo_copy_valid_page()
1618 struct block_map_page *page = (struct block_map_page *) vio->data; in write_initialized_page()
1639 struct block_map_page *page = (struct block_map_page *) vio->vio.data; in write_page_endio()
1651 struct block_map_page *page = vdo_as_block_map_page(tree_page); in write_page()
1778 struct block_map_page *page) in continue_with_loaded_page()
1824 struct block_map_page *page; in finish_block_map_page_load()
1835 page = (struct block_map_page *) tree_page->page_buffer; in finish_block_map_page_load()
2068 struct block_map_page *page; in finish_block_map_allocation()
2081 page = (struct block_map_page *) tree_page->page_buffer; in finish_block_map_allocation()
2222 struct block_map_page *page = NULL; in vdo_find_block_map_slot()
2247 page = (struct block_map_page *) (get_tree_page(zone, lock)->page_buffer); in vdo_find_block_map_slot()
2298 struct block_map_page *page; in vdo_find_block_map_page_pbn()
2306 page = (struct block_map_page *) tree_page->page_buffer; in vdo_find_block_map_page_pbn()
2401 struct block_map_page *page = in make_segment()
2533 struct block_map_page *page = (struct block_map_page *) tree_page->page_buffer; in finish_traversal_load()
2562 struct block_map_page *page = (struct block_map_page *) tree_page->page_buffer; in traverse()
2865 ((VDO_BLOCK_SIZE - sizeof(struct block_map_page)) / in vdo_decode_block_map()
3164 const struct block_map_page *page; in get_mapping_from_fetched_page()
3180 page = (const struct block_map_page *) get_page_buffer(vpc->info); in get_mapping_from_fetched_page()
3188 void vdo_update_block_map_page(struct block_map_page *page, struct data_vio *data_vio, in vdo_update_block_map_page()
3251 vdo_update_block_map_page((struct block_map_page *) get_page_buffer(info), in put_mapping_in_fetched_page()