Searched refs:ChangeCounter (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/kits/storage/disk_device/jobs/
H A DDeleteChildJob.cpp32 int32 changeCounter = fPartition->ChangeCounter();
34 &changeCounter, fChild->PartitionID(), fChild->ChangeCounter());
H A DResizeJob.cpp35 int32 changeCounter = fPartition->ChangeCounter();
36 int32 childChangeCounter = fChild->ChangeCounter();
H A DDefragmentJob.cpp30 int32 changeCounter = fPartition->ChangeCounter();
H A DUninitializeJob.cpp30 int32 changeCounter = fPartition->ChangeCounter();
H A DRepairJob.cpp32 int32 changeCounter = fPartition->ChangeCounter();
H A DMoveJob.cpp65 int32 changeCounter = fPartition->ChangeCounter();
66 int32 childChangeCounter = fChild->ChangeCounter();
78 descendantChangeCounters[i] = fContents[i]->ChangeCounter();
H A DSetStringJob.cpp58 int32 changeCounter = fPartition->ChangeCounter();
59 int32 childChangeCounter = (fChild ? fChild->ChangeCounter() : 0);
H A DInitializeJob.cpp52 int32 changeCounter = fPartition->ChangeCounter();
H A DCreateChildJob.cpp58 int32 changeCounter = fPartition->ChangeCounter();
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitionReference.cpp50 // ChangeCounter
52 PartitionReference::ChangeCounter() const function in class:PartitionReference
H A DPartitionReference.h27 int32 ChangeCounter() const;
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp554 if (changeCounter != partition->ChangeCounter())
578 if ((error = copy_to_user_value(_changeCounter, partition->ChangeCounter()))
609 if (changeCounter != partition->ChangeCounter())
633 if ((error = copy_to_user_value(_changeCounter, partition->ChangeCounter()))
676 if (changeCounter != partition->ChangeCounter()
677 || childChangeCounter != child->ChangeCounter()) {
726 if ((error = copy_to_user_value(_changeCounter, partition->ChangeCounter()))
729 child->ChangeCounter())) != B_OK) {
814 if (changeCounter != partition->ChangeCounter()
815 || childChangeCounter != child->ChangeCounter()) {
[all...]
H A DKPartition.cpp1147 KPartition::ChangeCounter() const function in class:KPartition
1264 data->change_counter = ChangeCounter();
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h177 int32 ChangeCounter() const;

Completed in 104 milliseconds