Home
last modified time | relevance | path

Searched refs:index_page_map (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dindex-page-map.h18 struct index_page_map { struct
26 struct index_page_map **map_ptr); argument
28 void uds_free_index_page_map(struct index_page_map *map);
30 int __must_check uds_read_index_page_map(struct index_page_map *map,
33 int __must_check uds_write_index_page_map(struct index_page_map *map,
36 void uds_update_index_page_map(struct index_page_map *map, u64 virtual_chapter_number,
40 u32 __must_check uds_find_index_page_number(const struct index_page_map *map,
44 void uds_get_list_number_bounds(const struct index_page_map *map, u32 chapter_number,
H A Dvolume.h112 struct index_page_map *index_page_map; member