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