Searched refs:isect_start (Results 1 – 1 of 1) sorted by relevance
2171 uint64_t isect_start, isect_end; in hfslib_readd_with_extents() local2173 isect_start = max(in_offset, last_offset); in hfslib_readd_with_extents()2175 error = hfslib_readd(in_vol, out_bytes, isect_end-isect_start, in hfslib_readd_with_extents()2176 isect_start - last_offset + (uint64_t)in_extents[i].start_block in hfslib_readd_with_extents()2182 *out_bytesread += isect_end-isect_start; in hfslib_readd_with_extents()2183 out_bytes = (uint8_t*)out_bytes + isect_end-isect_start; in hfslib_readd_with_extents()