Searched refs:index_layout (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-layout.h19 struct index_layout;
22 struct index_layout **layout_ptr);
24 void uds_free_index_layout(struct index_layout *layout);
26 int __must_check uds_replace_index_layout_storage(struct index_layout *layout,
29 int __must_check uds_load_index_state(struct index_layout *layout,
32 int __must_check uds_save_index_state(struct index_layout *layout,
35 int __must_check uds_discard_open_chapter(struct index_layout *layout);
37 u64 __must_check uds_get_volume_nonce(struct index_layout *layout);
39 int __must_check uds_open_volume_bufio(struct index_layout *layout, size_t block_size,
H A Dindex-layout.c190 struct index_layout { struct
321 static int __must_check open_layout_reader(struct index_layout *layout,
329 static int open_region_reader(struct index_layout *layout, struct layout_region *region,
336 static int __must_check open_layout_writer(struct index_layout *layout,
344 static int open_region_writer(struct index_layout *layout, struct layout_region *region,
370 static void define_sub_index_nonce(struct index_layout *layout)
390 static void setup_sub_index(struct index_layout *layout, u64 start_block,
427 static void initialize_layout(struct index_layout *layout, struct save_layout_sizes *sls)
574 static int write_index_save_layout(struct index_layout *layout,
631 static int __must_check invalidate_old_save(struct index_layout *layou
[all...]
H A Dvolume.h126 struct index_layout *layout,
132 struct index_layout *layout,
H A Dindex.h41 struct index_layout *layout;
H A Dvolume.c1467 struct index_layout *layout,
1540 int uds_make_volume(const struct uds_configuration *config, struct index_layout *layout,

Completed in 147 milliseconds