Searched refs:offset_to_chunk_index (Results 1 – 1 of 1) sorted by relevance
459 fn offset_to_chunk_index(offset: u64) -> u64 { in offset_to_chunk_index() function480 let read_size = file.read_chunk(offset_to_chunk_index(current_offset), &mut buf)?; in read_chunks()