Searched refs:end_block (Results 1 – 3 of 3) sorted by relevance
167 end_block = ex.start_block + ex.num_blocks169 return '%d->%d * %d' % (ex.start_block, end_block, block_size)171 return '%d->%d' % (ex.start_block, end_block)
752 end_block = start_block + num_blocks760 if usable_size and end_block * self.block_size > usable_size:766 for i in xrange(start_block, end_block):
244 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes() local245 return ExtentForRange(start_block, end_block - start_block); in ExtentForBytes()