Home
last modified time | relevance | path

Searched refs:chapter_writer (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dindex.c53 struct chapter_writer { struct
182 struct chapter_writer *writer = index->chapter_writer; in finish_previous_chapter()
218 struct chapter_writer *writer = index->chapter_writer; in start_closing_chapter()
675 struct chapter_writer *writer = arg; in close_chapters()
731 static void stop_chapter_writer(struct chapter_writer *writer) in stop_chapter_writer()
748 static void free_chapter_writer(struct chapter_writer *writer) in free_chapter_writer()
760 struct chapter_writer **writer_ptr) in make_chapter_writer()
763 struct chapter_writer *writer; in make_chapter_writer()
767 result = vdo_allocate_extended(struct chapter_writer, index->zone_count, in make_chapter_writer()
792 writer->memory_size = (sizeof(struct chapter_writer) + in make_chapter_writer()
[all …]
H A Dindex.h52 struct chapter_writer *chapter_writer; member