Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Deditor.rs129 output_chunk_index: usize, in new_hash_for_incomplete_write()
139 if merkle_tree.is_index_valid(output_chunk_index) { in new_hash_for_incomplete_write()
140 self.read_backing_chunk_unverified(output_chunk_index as u64, &mut orig_data)?; in new_hash_for_incomplete_write()
144 if !merkle_tree.is_consistent(output_chunk_index, &hash) { in new_hash_for_incomplete_write()
161 output_chunk_index: usize, in new_chunk_hash()
174 output_chunk_index, in new_chunk_hash()
208 let output_chunk_index = (output_offset / CHUNK_SIZE) as usize; in write_at() localVariable
215 output_chunk_index, in write_at()
242 merkle_tree.update_hash(output_chunk_index, &new_hash, size_at_least); in write_at()