Home
last modified time | relevance | path

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.cpp42 RequestPortPool::IsDisconnected() const in IsDisconnected() function in RequestPortPool
H A DVolume.cpp926 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in ReadFSInfo()
993 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected() in Lookup()
1131 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in WriteVNode()
1934 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected() in ReadStat()
2104 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in Close()
2120 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in FreeCookie()
2379 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in CloseDir()
2395 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in FreeDirCookie()
2567 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in CloseAttrDir()
2584 if (error != B_OK && fFileSystem->GetPortPool()->IsDisconnected()) { in FreeAttrDirCookie()
[all …]