index_layout
static int setup_uds_index_save_slot(struct index_layout *layout,
int uds_save_index_state(struct index_layout *layout, struct uds_index *index)
struct index_layout *layout,
static int __must_check verify_sub_index(struct index_layout *layout, u64 start_block,
static int __must_check reconstitute_layout(struct index_layout *layout,
static int __must_check load_super_block(struct index_layout *layout, size_t block_size,
static int __must_check load_sub_index_regions(struct index_layout *layout)
static int __must_check verify_uds_index_config(struct index_layout *layout,
static int load_index_layout(struct index_layout *layout, struct uds_configuration *config)
static int create_layout_factory(struct index_layout *layout,
struct index_layout **layout_ptr)
struct index_layout *layout = NULL;
void uds_free_index_layout(struct index_layout *layout)
int uds_replace_index_layout_storage(struct index_layout *layout,
int uds_open_volume_bufio(struct index_layout *layout, size_t block_size,
u64 uds_get_volume_nonce(struct index_layout *layout)
static int __must_check open_layout_reader(struct index_layout *layout,
static int open_region_reader(struct index_layout *layout, struct layout_region *region,
static int __must_check open_layout_writer(struct index_layout *layout,
static int open_region_writer(struct index_layout *layout, struct layout_region *region,
static void define_sub_index_nonce(struct index_layout *layout)
static void setup_sub_index(struct index_layout *layout, u64 start_block,
static void initialize_layout(struct index_layout *layout, struct save_layout_sizes *sls)
static int write_index_save_layout(struct index_layout *layout,
static int __must_check invalidate_old_save(struct index_layout *layout,
static int discard_index_state_data(struct index_layout *layout)
static int __must_check make_layout_region_table(struct index_layout *layout,
static int __must_check write_layout_header(struct index_layout *layout,
static int __must_check write_uds_index_config(struct index_layout *layout,
static int __must_check save_layout(struct index_layout *layout, off_t offset)
static int create_index_layout(struct index_layout *layout, struct uds_configuration *config)
static int find_latest_uds_index_save_slot(struct index_layout *layout,
int uds_discard_open_chapter(struct index_layout *layout)
int uds_load_index_state(struct index_layout *layout, struct uds_index *index)
static struct index_save_layout *select_oldest_index_save_layout(struct index_layout *layout)
struct index_layout;
struct index_layout **layout_ptr);
void uds_free_index_layout(struct index_layout *layout);
int __must_check uds_replace_index_layout_storage(struct index_layout *layout,
int __must_check uds_load_index_state(struct index_layout *layout,
int __must_check uds_save_index_state(struct index_layout *layout,
int __must_check uds_discard_open_chapter(struct index_layout *layout);
u64 __must_check uds_get_volume_nonce(struct index_layout *layout);
int __must_check uds_open_volume_bufio(struct index_layout *layout, size_t block_size,
struct index_layout *layout;
struct index_layout *layout,
int uds_make_volume(const struct uds_configuration *config, struct index_layout *layout,
struct index_layout *layout,
struct index_layout *layout,