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

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.h13 fuse_operations ops;
H A DFUSEFileSystem.h48 const fuse_operations* ops, size_t opSize,
59 status_t _InitClientFS(const fuse_operations* ops,
71 fuse_operations fOps;
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.cpp365 fuse_fs_new(const struct fuse_operations* ops, size_t opSize, void* userData)
367 if (sizeof(fuse_operations) < opSize) {
376 memset(&fs->ops, 0, sizeof(fuse_operations));
H A DFUSEFileSystem.cpp267 const fuse_operations* ops, size_t opSize, void* userData)
340 FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize,
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h79 struct fuse_operations { struct
474 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
490 * @param op_size the size of the fuse_operations structure
495 const struct fuse_operations *op, size_t op_size,
576 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
668 * @param op_size the size of the fuse_operations structure
672 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
748 const struct fuse_operations *op, size_t op_size,
788 # define fuse_operations fuse_operations_compat25 macro
795 # define fuse_operations fuse_operations_compat2 macro
805 # define fuse_operations macro
814 # define fuse_operations macro
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp385 struct fuse_operations gFUSEOperations;
389 initialiseFuseOps(struct fuse_operations* fuseOps)

Completed in 52 milliseconds