Searched refs:start_bytes (Results 1 – 2 of 2) sorted by relevance
40 uint64_t start_bytes,
254 uint64_t start_bytes, in ExtentForBytes() argument256 uint64_t start_block = start_bytes / block_size; in ExtentForBytes()257 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()