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

/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h56 bool IsBusy(bool includeDescendants);
57 bool CheckAndMarkBusy(bool includeDescendants);
58 void MarkBusy(bool includeDescendants);
59 void UnmarkBusy(bool includeDescendants);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp326 KPartition::IsBusy(bool includeDescendants) argument
328 if (!includeDescendants)
343 KPartition::CheckAndMarkBusy(bool includeDescendants) argument
345 if (IsBusy(includeDescendants))
348 MarkBusy(includeDescendants);
355 KPartition::MarkBusy(bool includeDescendants) argument
357 if (includeDescendants) {
373 KPartition::UnmarkBusy(bool includeDescendants) argument
375 if (includeDescendants) {

Completed in 65 milliseconds