Searched refs:SetChangeCounter (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/storage/disk_device/jobs/
H A DResizeJob.cpp43 fPartition->SetChangeCounter(changeCounter);
44 fChild->SetChangeCounter(childChangeCounter);
H A DUninitializeJob.cpp42 fChild->SetChangeCounter(changeCounter);
44 fPartition->SetChangeCounter(parentChangeCounter);
H A DDefragmentJob.cpp36 fPartition->SetChangeCounter(changeCounter);
H A DDeleteChildJob.cpp38 fPartition->SetChangeCounter(changeCounter);
H A DRepairJob.cpp38 fPartition->SetChangeCounter(changeCounter);
H A DMoveJob.cpp88 fPartition->SetChangeCounter(changeCounter);
89 fChild->SetChangeCounter(childChangeCounter);
92 fContents[i]->SetChangeCounter(descendantChangeCounters[i]);
H A DSetStringJob.cpp97 fPartition->SetChangeCounter(changeCounter);
99 fChild->SetChangeCounter(childChangeCounter);
H A DInitializeJob.cpp59 fPartition->SetChangeCounter(changeCounter);
H A DCreateChildJob.cpp67 fPartition->SetChangeCounter(changeCounter);
/haiku/src/kits/storage/disk_device/
H A DPartitionReference.cpp58 // SetChangeCounter
60 PartitionReference::SetChangeCounter(int32 counter) function in class:PartitionReference
H A DPartitionReference.h28 void SetChangeCounter(int32 counter);
H A DDiskDeviceJobGenerator.cpp885 info.reference->SetChangeCounter(partitionData->change_counter);

Completed in 30 milliseconds