Searched refs:fFS (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp132 fFS(NULL)
207 fuseContext->private_data = fFS != NULL ? fFS->userData : NULL;
315 if (fFS != NULL)
316 fuse_fs_destroy(fFS);
363 fFS = fuse_fs_new(ops, opSize, userData);
364 if (fFS == NULL)
382 fuse_fs_init(fFS, &fConnectionInfo);
474 if (fFS == NULL) {
533 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_FSYNC, fFS
[all...]
H A DFUSEFileSystem.h36 if (fFS == NULL)
40 fuse_fs* GetFS() const { return fFS; }
91 fuse_fs* fFS; member in class:UserlandFS::FUSEFileSystem
H A DFUSEVolume.cpp698 fFS(NULL),
751 fFS = _FileSystem()->GetFS();
758 if (fFS != NULL) {
762 context->private_data = fFS->userData;
772 fuseError = fuse_fs_getattr(fFS, "/", &st);
865 fuseError = fuse_fs_open(fFS, path, &cookie);
867 fuseError = fuse_fs_fsync(fFS, path, 0, &cookie);
869 fuse_fs_flush(fFS, path, &cookie);
870 fuse_fs_release(fFS, path, &cookie);
887 if (_FileSystem()->HasHaikuFuseExtensions() && fFS
[all...]
H A DFUSEVolume.h33 void SetFS(fuse_fs* fs) { fFS = fs; }
222 fuse_fs* fFS; member in class:UserlandFS::FUSEVolume

Completed in 115 milliseconds