Searched refs:fuse_main (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h646 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
649 #define fuse_main(argc, argv, op, user_data) \ macro
765 * Do not call this directly, use fuse_main()
982 /** This is the part of fuse_main() before the event loop */
988 /** This is the part of fuse_main() after the event loop */
1017 # undef fuse_main macro
1019 # define fuse_main(argc, argv, op) \ macro
1026 # define fuse_main(argc, argv, op) \ macro
1042 # define fuse_main fuse_main_compat2 macro
1051 # define fuse_main fuse_main_compat macro
[all...]
H A Dfuse_common.h485 # undef fuse_main macro
/haiku/src/tools/fs_shell/
H A Dfuse.cpp537 // Run the fuse_main() loop.
545 int res = fuse_main(fuseArgs.argc, fuseArgs.argv, &gFUSEOperations, NULL);
591 // don't pass the device path to fuse_main()
616 // fuse_main() throws an error about this unknown option
617 // TODO: do not use fuse_main to mount filesystem, instead use

Completed in 87 milliseconds