Searched refs:highest_vcn (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | volume.h | 136 u64 *lowest_vcn, u64 *highest_vcn,
|
H A D | volume.c | 1352 u64 *highest_vcn) in find_chapter_limits() argument 1441 *highest_vcn = highest; in find_chapter_limits() 1450 u64 *highest_vcn, bool *is_empty) in uds_find_volume_chapter_boundaries() argument 1457 *highest_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()
|
/linux/fs/ntfs3/ |
H A D | run.c | 1139 int run_get_highest_vcn(CLST vcn, const u8 *run_buf, u64 *highest_vcn) in run_get_highest_vcn() argument 1164 *highest_vcn = vcn64 - 1; in run_get_highest_vcn()
|
H A D | ntfs_fs.h | 825 int run_get_highest_vcn(CLST vcn, const u8 *run_buf, u64 *highest_vcn);
|