Lines Matching defs:chapter_writer
53 struct chapter_writer { struct
55 struct uds_index *index;
57 struct thread *thread;
59 struct mutex mutex;
61 struct cond_var cond;
63 bool stop;
65 int result;
67 size_t memory_size;
69 unsigned int zones_to_write;
71 struct open_chapter_index *open_chapter_index;
73 struct uds_volume_record *collated_records;
75 struct open_chapter_zone *chapters[];