Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/
Dfusefs.rs450 fn offset_to_chunk_index(offset: u64) -> u64 { in offset_to_chunk_index() function
471 let read_size = file.read_chunk(offset_to_chunk_index(current_offset), &mut buf)?; in read_chunks()