Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
H A Dhelper.c54 #undef fuse_main macro
55 int fuse_main(void);
56 int fuse_main(void) in fuse_main() function
58 fprintf(stderr, "fuse_main(): This function does not exist\n"); in fuse_main()
/third_party/libfuse/test/
H A Drelease_unlink_race.c110 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
/third_party/libfuse/example/
H A Dhello.c166 specific help text, then signal fuse_main to show in main()
176 ret = fuse_main(args.argc, args.argv, &hello_oper, NULL); in main()
H A Dnull.c142 return fuse_main(argc, argv, &null_oper, NULL); in main()
H A Dioctl.c229 return fuse_main(argc, argv, &fioc_oper, NULL); in main()
H A Dpoll.c173 * can't be obtained when using fuse_main(). As notification in fsel_poll()
288 ret = fuse_main(argc, argv, &fsel_oper, NULL); in main()
H A Dpassthrough_fh.c660 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
H A Dpassthrough.c565 return fuse_main(new_argc, new_argv, &xmp_oper, NULL); in main()
/third_party/libfuse/include/
H A Dfuse.h614 * value provided to fuse_main() / fuse_new().
875 * options can be passed directly to fuse_main().
877 * fuse_main() accepts all options that can be passed to
890 * The following error codes may be returned from fuse_main():
910 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
913 #define fuse_main(argc, argv, op, private_data) \ macro
1131 * Do not call this directly, use fuse_main()

Completed in 7 milliseconds