Searched defs:uds_index (Results 1 – 1 of 1) sorted by relevance
37 struct uds_index { struct38 bool has_saved_open_chapter;39 bool need_to_save;40 struct index_load_context *load_context;41 struct index_layout *layout;42 struct volume_index *volume_index;43 struct volume *volume;44 unsigned int zone_count;68 index_callback_fn callback, struct uds_index **new_index); argument