Searched refs:index_layout (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-layout.h | 19 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 D | index-layout.c | 191 struct index_layout { struct 296 static int __must_check open_layout_reader(struct index_layout *layout, in open_layout_reader() 304 static int open_region_reader(struct index_layout *layout, struct layout_region *region, in open_region_reader() 311 static int __must_check open_layout_writer(struct index_layout *layout, in open_layout_writer() 319 static int open_region_writer(struct index_layout *layout, struct layout_region *region, in open_region_writer() 345 static void define_sub_index_nonce(struct index_layout *layout) in define_sub_index_nonce() 365 static void setup_sub_index(struct index_layout *layout, u64 start_block, in setup_sub_index() 402 static void initialize_layout(struct index_layout *layout, struct save_layout_sizes *sls) in initialize_layout() 549 static int write_index_save_layout(struct index_layout *layout, in write_index_save_layout() 606 static int __must_check invalidate_old_save(struct index_layout *layout, in invalidate_old_save() [all …]
|
| H A D | volume.h | 126 struct index_layout *layout, 132 struct index_layout *layout,
|
| H A D | index.h | 41 struct index_layout *layout;
|
| H A D | volume.c | 1469 struct index_layout *layout, in uds_replace_volume_storage() 1542 int uds_make_volume(const struct uds_configuration *config, struct index_layout *layout, in uds_make_volume()
|