Searched refs:MoveInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.h77 struct MoveInfo;
82 MoveInfo* fMoveInfos;
H A DDiskDeviceJobGenerator.cpp67 // MoveInfo
68 struct DiskDeviceJobGenerator::MoveInfo { struct in class:DiskDeviceJobGenerator
110 fMoveInfos = new(nothrow) MoveInfo[fPartitionCount];
276 // add a MoveInfo for the child
277 MoveInfo& info = fMoveInfos[childCount];
301 qsort(fMoveInfos, childCount, sizeof(MoveInfo),
311 MoveInfo& info = fMoveInfos[i];
330 MoveInfo &info = fMoveInfos[i];
903 const MoveInfo* a = static_cast<const MoveInfo*>(_
[all...]

Completed in 155 milliseconds