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

/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h474 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
477 #define fuse_main(argc, argv, op, user_data) \ macro
574 * Do not call this directly, use fuse_main()
746 /** This is the part of fuse_main() before the event loop */
752 /** This is the part of fuse_main() after the event loop */
781 # undef fuse_main macro
783 # define fuse_main(argc, argv, op) \ macro
790 # define fuse_main(argc, argv, op) \ macro
806 # define fuse_main fuse_main_compat2 macro
815 # define fuse_main fuse_main_compat macro
[all...]
H A Dfuse_common.h217 # undef fuse_main macro
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp512 // Run the fuse_main() loop.
522 int res = fuse_main(fuseArgs.argc, fuseArgs.argv, &gFUSEOperations, NULL);
568 // don't pass the device path to fuse_main()
593 // fuse_main() throws an error about this unknown option
594 // TODO: do not use fuse_main to mount filesystem, instead use

Completed in 41 milliseconds