Searched refs:output_chunk_index (Results 1 – 1 of 1) sorted by relevance
129 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() localVariable215 output_chunk_index, in write_at()242 merkle_tree.update_hash(output_chunk_index, &new_hash, size_at_least); in write_at()