Searched refs:next_chapter_to_invalidate (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c389 u32 *next_chapter_to_invalidate)
403 if (relative_chapter < *next_chapter_to_invalidate)
404 *next_chapter_to_invalidate = relative_chapter;
422 u32 next_chapter_to_invalidate = sub_index->chapter_mask; local
432 &next_chapter_to_invalidate);
448 &next_chapter_to_invalidate);
469 &next_chapter_to_invalidate);
473 next_chapter_to_invalidate += flush_range->chapter_start;
474 next_chapter_to_invalidate &= sub_index->chapter_mask;
475 flush_range->chapter_start = next_chapter_to_invalidate;
387 flush_invalid_entries(struct volume_index_record *record, struct chapter_range *flush_range, u32 *next_chapter_to_invalidate) argument
[all...]

Completed in 152 milliseconds