Searched refs:end_block (Results 1 – 3 of 3) sorted by relevance
163 end_block = ex.start_block + ex.num_blocks165 return '%d->%d * %d' % (ex.start_block, end_block, block_size)166 return '%d->%d' % (ex.start_block, end_block)
733 end_block = start_block + num_blocks740 if usable_size and end_block * self.block_size > usable_size:746 for i in range(start_block, end_block):
243 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes() local244 return ExtentForRange(start_block, end_block - start_block); in ExtentForBytes()