Searched defs:start_block (Results 1 – 10 of 10) sorted by relevance
248 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()258 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local370 const auto start_block = in GetOverlapExtent() local
159 size_t start_block = i * chunk_blocks; in GenerateOperations() local
46 uint64_t start_block, in ExtentEquals()
208 void AppendExtent(RepeatedPtrField<chromeos_update_engine::Extent>* extents, uint64_t start_block, in AppendExtent()
116 size_t start_block, in AddExtent()
131 size_t start_block, in ZeroRange()
74 def __init__(self, start_block, num_blocks): argument
110 optional uint64 start_block = 1; field
146 def NewExtent(start_block, num_blocks): argument