Searched refs:fuse_operations (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.h13 fuse_operations ops;
H A DFUSEFileSystem.h60 const fuse_operations* ops, size_t opSize,
74 status_t _InitClientFS(const fuse_operations* ops,
H A Dfuse_main.cpp21 fuse_main_real(int argc, char* argv[], const struct fuse_operations* op,
106 const struct fuse_operations *op, size_t opSize, void *userData)
H A Dfuse_fs.cpp375 fuse_fs_new(const struct fuse_operations* ops, size_t opSize, void* userData)
377 if (sizeof(fuse_operations) < opSize) {
386 memset(&fs->ops, 0, sizeof(fuse_operations));
H A DFUSEFileSystem.cpp269 const fuse_operations* ops, size_t opSize, void* userData)
359 FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize,
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h89 struct fuse_operations { struct
646 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
662 * @param op_size the size of the fuse_operations structure
667 const struct fuse_operations *op, size_t op_size,
767 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
904 * @param op_size the size of the fuse_operations structure
908 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
984 const struct fuse_operations *op, size_t op_size,
1024 # define fuse_operations fuse_operations_compat25 macro
1031 # define fuse_operations fuse_operations_compat2 macro
1041 # define fuse_operations macro
1050 # define fuse_operations macro
[all...]
/haiku/src/tools/fs_shell/
H A Dfuse.cpp400 struct fuse_operations gFUSEOperations;
404 initialiseFuseOps(struct fuse_operations* fuseOps)

Completed in 63 milliseconds