Searched refs:IsDisconnected (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.h25 bool IsDisconnected() const;
H A DRequestPortPool.cpp40 // IsDisconnected
42 RequestPortPool::IsDisconnected() const function in class:RequestPortPool
H A DVolume.cpp926 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
993 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()
1131 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
1934 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()
2104 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
2120 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
2379 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
2395 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
2567 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
2584 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) {
[all...]

Completed in 69 milliseconds