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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp6 #include "FUSEVolume.h"
37 struct FUSEVolume::DirEntryCache {
145 struct FUSEVolume::DirCookie : fuse_file_info, RWLockable {
176 struct FUSEVolume::FileCookie : fuse_file_info, RWLockable {
191 struct FUSEVolume::AttrDirCookie : RWLockable {
282 struct FUSEVolume::AttrCookie : RWLockable {
368 struct FUSEVolume::ReadDirBuffer {
369 FUSEVolume* volume;
379 ReadDirBuffer(FUSEVolume* volume, FUSENode* directory, DirCookie* cookie,
396 struct FUSEVolume
695 FUSEVolume::FUSEVolume(FUSEFileSystem* fileSystem, dev_t id) function in class:FUSEVolume
[all...]
H A DFUSEVolume.h25 class FUSEVolume : public Volume { class in namespace:UserlandFS
27 FUSEVolume(FUSEFileSystem* fileSystem,
29 virtual ~FUSEVolume();
233 using UserlandFS::FUSEVolume;
H A DFUSEFileSystem.cpp15 #include "FUSEVolume.h"
164 FUSEVolume* volume = new(std::nothrow) FUSEVolume(this, id);

Completed in 157 milliseconds