Searched refs:IsBusy (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/apps/diskusage/
H A DScanner.h39 bool IsBusy() const function in class:Scanner
H A DPieView.cpp303 if (fScanner->IsBusy()) {
/haiku-fatelf/src/system/kernel/fs/
H A DVnode.h40 inline bool IsBusy() const;
114 vnode::IsBusy() const function in class:vnode
H A Dvfs.cpp695 if (rootNode == NULL || rootNode->IsBusy() || rootNode->ref_count == 0) {
949 ASSERT_PRINT(vnode->ref_count == 0 && vnode->IsBusy(), "vnode: %p\n",
1034 if (vnode->IsBusy())
1133 if (vnode && vnode->IsBusy()) {
1303 ASSERT(!vnode->IsBusy());
3111 vnode->IsBusy() ? "b" : "-", vnode->IsUnpublished() ? "u" : "-");
3274 vnode->IsRemoved() ? "r" : "-", vnode->IsBusy() ? "b" : "-",
3679 } else if (vnode->IsBusy() && vnode->IsUnpublished()
4589 bool wasBusy = vnode->IsBusy();
7174 if (partition->IsBusy()) {
[all...]
/haiku-fatelf/src/apps/drivesetup/
H A DSupport.cpp46 printf("\tIsBusy(): %s\n\n", partition->IsBusy() ? "true" : "false");
/haiku-fatelf/src/servers/index/
H A DVolumeWatcher.h66 bool IsBusy();
H A DVolumeWatcher.cpp278 VolumeWorker::IsBusy() function in class:VolumeWorker
544 if (fVolumeWorker->IsBusy())
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h55 bool IsBusy() const;
56 bool IsBusy(bool includeDescendants);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp697 if (partition->IsBusy() || child->IsBusy())
829 if (partition->IsBusy() || child->IsBusy())
968 if (partition->IsBusy() || child->IsBusy())
1049 if (partition->IsBusy() || child->IsBusy())
1399 if (partition->IsBusy() || !child->CheckAndMarkBusy(true))
H A DKPartition.cpp317 KPartition::IsBusy() const function in class:KPartition
324 KPartition::IsBusy(bool includeDescendants) function in class:KPartition
327 return IsBusy();
332 return partition->IsBusy();
343 if (IsBusy(includeDescendants))
H A DKDiskDeviceManager.cpp1226 if (partition->Parent() && partition->Parent()->IsBusy())
1234 if ((partition->IsBusy() || partition->IsDescendantBusy())
1504 if (device->IsBusy(true))
/haiku-fatelf/headers/private/storage/
H A DPartition.h50 bool IsBusy() const;
/haiku-fatelf/src/servers/registrar/
H A DMessageDeliverer.cpp214 bool IsBusy() const function in class:MessageDeliverer::Message
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp203 BPartition::IsBusy() const function in class:BPartition
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp1089 bool IsBusy ();
4670 !g_CommanderLooperPntr->IsBusy ())
5637 CommanderLooper::IsBusy () function in class:CommanderLooper

Completed in 137 milliseconds