Searched refs:fuse_lowlevel_ops (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | FUSELowLevel.h | 18 void fuse_ll_init(const fuse_lowlevel_ops* ops, void* userdata, struct fuse_conn_info* conn); 19 void fuse_ll_destroy(const fuse_lowlevel_ops* ops, void *userdata); 20 int fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, 22 int fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st); 23 int fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, 25 int fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size); 26 int fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, 28 int fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name); 29 int fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name); 30 int fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent, [all …]
|
H A D | FUSELowLevel.cpp | 66 fuse_ll_init(const fuse_lowlevel_ops* ops, void* userdata, struct fuse_conn_info* conn) in fuse_ll_init() 75 fuse_ll_destroy(const fuse_lowlevel_ops* ops, void* userdata) in fuse_ll_destroy() 84 fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, in fuse_ll_lookup() 100 fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st) in fuse_ll_getattr() 114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, in fuse_ll_setattr() 129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) in fuse_ll_readlink() 143 fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, in fuse_ll_mkdir() 157 fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) in fuse_ll_unlink() 170 fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) in fuse_ll_rmdir() 183 fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent, in fuse_ll_symlink() [all …]
|
H A D | FUSEFileSystem.h | 34 const fuse_lowlevel_ops* GetLowlevelOps() const in GetLowlevelOps() 63 const fuse_lowlevel_ops* ops, size_t opSize, 76 status_t _InitClientFS(const fuse_lowlevel_ops* ops, 89 fuse_lowlevel_ops fLowLevelOps;
|
H A D | fuse_main.cpp | 132 const struct fuse_lowlevel_ops *lowLevelOps, size_t lowLevelOpSize, void *userData) in fuse_lowlevel_new()
|
H A D | FUSEFileSystem.cpp | 284 const fuse_lowlevel_ops* ops, size_t opSize, void* userData) in FinishInitClientFS() 389 FUSEFileSystem::_InitClientFS(const fuse_lowlevel_ops* lowLevelOps, size_t lowLevelOpSize, in _InitClientFS()
|
H A D | FUSEVolume.h | 221 const fuse_lowlevel_ops* fOps;
|
/haiku/headers/private/userlandfs/fuse/ |
H A D | fuse_lowlevel.h | 171 struct fuse_lowlevel_ops { struct 1527 const struct fuse_lowlevel_ops *op, 1840 # define fuse_lowlevel_ops fuse_lowlevel_ops_compat25 macro 1843 # define fuse_lowlevel_ops fuse_lowlevel_ops_compat macro
|