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

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp100 fMoveInfos(NULL),
110 fMoveInfos = new(nothrow) MoveInfo[fPartitionCount];
119 delete[] fMoveInfos;
133 if (!fMoveInfos || !fPartitionRefs || !fContentsToMove)
277 MoveInfo& info = fMoveInfos[childCount];
301 qsort(fMoveInfos, childCount, sizeof(MoveInfo),
311 MoveInfo& info = fMoveInfos[i];
314 || info.target_position >= fMoveInfos[i - 1].position
315 + fMoveInfos[i - 1].size) {
330 MoveInfo &info = fMoveInfos[
[all...]
H A DDiskDeviceJobGenerator.h82 MoveInfo* fMoveInfos; member in class:BPrivate::DiskDeviceJobGenerator

Completed in 39 milliseconds