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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.h11 struct fuse_fs { struct
H A Dfuse_fs.cpp6 #include "fuse_fs.h"
16 fuse_fs_getattr(struct fuse_fs* fs, const char* path, struct stat* buf)
25 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf,
35 fuse_fs_rename(struct fuse_fs* fs, const char* oldpath, const char* newpath)
44 fuse_fs_unlink(struct fuse_fs* fs, const char* path)
53 fuse_fs_rmdir(struct fuse_fs* fs, const char* path)
62 fuse_fs_symlink(struct fuse_fs* fs, const char* linkname, const char* path)
71 fuse_fs_link(struct fuse_fs* fs, const char* oldpath, const char* newpath)
80 fuse_fs_release(struct fuse_fs* fs, const char* path,
90 fuse_fs_open(struct fuse_fs* f
[all...]
H A DFUSEFileSystem.h40 fuse_fs* GetFS() const { return fFS; }
91 fuse_fs* fFS;
H A DFUSEVolume.h13 #include "fuse_fs.h"
33 void SetFS(fuse_fs* fs) { fFS = fs; }
222 fuse_fs* fFS;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h807 struct fuse_fs;
818 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf);
819 int fuse_fs_fgetattr(struct fuse_fs *fs, const char *path, struct stat *buf,
821 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath,
823 int fuse_fs_unlink(struct fuse_fs *fs, const char *path);
824 int fuse_fs_rmdir(struct fuse_fs *fs, const char *path);
825 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname,
827 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath);
828 int fuse_fs_release(struct fuse_fs *fs, const char *path,
830 int fuse_fs_open(struct fuse_fs *f
[all...]

Completed in 87 milliseconds