Searched refs:FDManager (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp0 // FDManager.cpp
16 #include "FDManager.h"
24 FDManager::FDManager() function in class:FDManager
31 FDManager::~FDManager()
37 FDManager::Init()
51 FDManager::CreateDefault()
56 FDManager* manager = new(std::nothrow) FDManager;
[all...]
H A DFDManager.h0 // FDManager.h
15 class FDManager { class
17 FDManager();
18 ~FDManager();
25 static FDManager* GetDefault();
47 static FDManager* sManager;
H A DEntry.cpp6 #include "FDManager.h"
100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DNodeHandle.cpp15 #include "FDManager.h"
18 // TODO: Do the FD creation via the FDManager.
111 error = FDManager::Open(path.GetPath(), openMode | O_NOTRAVERSE, 0, fFD);
282 error = FDManager::OpenAttrDir(path.GetPath(), fDir);
H A DNetFSServer.cpp30 #include "FDManager.h"
270 FDManager::DeleteDefault();
284 error = FDManager::CreateDefault();
935 if (FDManager::SetEntry(&bEntry, filePath.Path()) != B_OK
942 error = FDManager::SetFile(&file, filePath.Path(), B_READ_ONLY);
1003 error = FDManager::SetFile(&file, filePath.Path(),
1033 && (FDManager::SetEntry(&bEntry, settingsDir.Path()) != B_OK
H A DDirectory.cpp11 #include "FDManager.h"
160 error = FDManager::OpenDir(path.GetPath(), fDirHandle);
H A DVolume.cpp13 #include "FDManager.h"
159 error = FDManager::SetDirectory(&rootDir, &rootRef);
H A DNode.cpp14 #include "FDManager.h"
257 return FDManager::SetNode(&node, &entryRef);
H A DVolumeManager.cpp21 #include "FDManager.h"
601 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
883 status_t error = FDManager::SetEntry(&bEntry, &entryRef);
1708 if (FDManager::SetEntry(&entry, &ref) == B_OK
H A DClientConnection.cpp33 #include "FDManager.h"
800 result = FDManager::Open(path.GetPath(),
3027 if (FDManager::SetEntry(&entry, &ref) != B_OK || !entry.Exists())

Completed in 62 milliseconds