Searched refs:segment_size (Results 1 – 1 of 1) sorted by relevance
410 uint64_t segment_size = std::min(file_sectors, sectors_needed); in MapWithLoopDeviceList() local412 table.Emplace<DmTargetLinear>(start_sector, segment_size, block_device, 0); in MapWithLoopDeviceList()414 start_sector += segment_size; in MapWithLoopDeviceList()415 sectors_needed -= segment_size; in MapWithLoopDeviceList()