Searched defs:total_blocks (Results 1 – 9 of 9) 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()
583 uint64_t total_blocks = utils::BlocksInExtents(new_extents); in DeltaReadFile() local
59 uint64_t total_blocks; member
106 uint64_t total_blocks, unsigned int block_size) { in InitFs()
1078 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_first_block() local1175 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_next_block() local
693 def _CheckLength(self, length, total_blocks, op_name, length_name): argument