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

/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.c1351 static int find_chapter_limits(struct volume *volume, u32 chapter_limit, u64 *lowest_vcn, argument
1393 right_chapter = chapter_limit;
1413 if (left_chapter >= chapter_limit)
1428 right_chapter = (right_chapter + chapter_limit - 1) % chapter_limit;
1452 u32 chapter_limit = volume->geometry->chapters_per_volume; local
1454 find_real_end_of_volume(volume, chapter_limit, &chapter_limit);
1455 if (chapter_limit == 0) {
1463 return find_chapter_limits(volume, chapter_limit, lowest_vc
[all...]

Completed in 261 milliseconds