Searched defs:total_blocks (Results 1 – 8 of 8) sorted by relevance
43 auto total_blocks = utils::BlocksInExtents(src_extents); in CommonHashExtents() local
47 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
53 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
54 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
706 uint64_t total_blocks = utils::BlocksInExtents(new_extents); in DeltaReadFile() local
59 uint64_t total_blocks; member
1111 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_first_block() local1208 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_next_block() local
707 def _CheckLength(self, length, total_blocks, op_name, length_name): argument