Searched refs:start_bytes (Results 1 – 2 of 2) sorted by relevance
45 uint64_t start_bytes,
241 uint64_t start_bytes, in ExtentForBytes() argument243 uint64_t start_block = start_bytes / block_size; in ExtentForBytes()244 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()