Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume.h136 u64 *lowest_vcn, u64 *highest_vcn,
H A Dvolume.c1351 static int find_chapter_limits(struct volume *volume, u32 chapter_limit, u64 *lowest_vcn, in find_chapter_limits() argument
1440 *lowest_vcn = lowest; in find_chapter_limits()
1449 int uds_find_volume_chapter_boundaries(struct volume *volume, u64 *lowest_vcn, in uds_find_volume_chapter_boundaries() argument
1456 *lowest_vcn = 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()