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.rs136 output_chunk_index: usize, in new_hash_for_incomplete_write()
146 if merkle_tree.is_index_valid(output_chunk_index) { in new_hash_for_incomplete_write()
147 self.read_backing_chunk_unverified(output_chunk_index as u64, &mut orig_data)?; in new_hash_for_incomplete_write()
151 if !merkle_tree.is_consistent(output_chunk_index, &hash) { in new_hash_for_incomplete_write()
168 output_chunk_index: usize, in new_chunk_hash()
181 output_chunk_index, in new_chunk_hash()
215 let output_chunk_index = (output_offset / CHUNK_SIZE) as usize; in write_at() localVariable
222 output_chunk_index, in write_at()
249 merkle_tree.update_hash(output_chunk_index, &new_hash, size_at_least); in write_at()