Home
last modified time | relevance | path

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

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