Searched refs:FUSEFileSystem (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.h16 class FUSEFileSystem : public FileSystem { class in namespace:UserlandFS
18 FUSEFileSystem(const char* fsName,
21 virtual ~FUSEFileSystem();
23 static FUSEFileSystem* GetInstance();
101 using UserlandFS::FUSEFileSystem;
104 /*static*/ inline FUSEFileSystem*
105 FUSEFileSystem::GetInstance()
107 return static_cast<FUSEFileSystem*>(sInstance);
H A Dfuse_main.cpp15 #include "FUSEFileSystem.h"
93 return (fuse_chan*)FUSEFileSystem::GetInstance();
124 status_t error = FUSEFileSystem::GetInstance()->FinishInitClientFS(&config,
127 return error == B_OK ? (struct fuse*)FUSEFileSystem::GetInstance() : NULL;
150 status_t error = FUSEFileSystem::GetInstance()->FinishInitClientFS(&config,
153 return error == B_OK ? (struct fuse_session*)FUSEFileSystem::GetInstance() : NULL;
167 status_t error = FUSEFileSystem::GetInstance()->MainLoop(false);
175 status_t error = FUSEFileSystem::GetInstance()->MainLoop(true);
183 status_t error = FUSEFileSystem::GetInstance()->MainLoop(false);
191 status_t error = FUSEFileSystem
[all...]
H A DFUSEFileSystem.cpp6 #include "FUSEFileSystem.h"
20 class FUSEFileSystem::ArgumentVector {
121 FUSEFileSystem::FUSEFileSystem(const char* fsName, function in class:FUSEFileSystem
142 FUSEFileSystem::~FUSEFileSystem()
156 FUSEFileSystem::CreateVolume(Volume** _volume, dev_t id)
158 printf("FUSEFileSystem::CreateVolume()\n");
180 FUSEFileSystem::DeleteVolume(Volume* volume)
188 FUSEFileSystem
[all...]
H A DFUSEVolume.h15 #include "FUSEFileSystem.h"
22 class FUSEFileSystem;
27 FUSEVolume(FUSEFileSystem* fileSystem,
151 inline FUSEFileSystem* _FileSystem() const
152 { return static_cast<FUSEFileSystem*>(fFileSystem); }
H A DFUSEVolume.cpp695 FUSEVolume::FUSEVolume(FUSEFileSystem* fileSystem, dev_t id)

Completed in 49 milliseconds