Searched refs:fuse_main (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | helper.c | 54 #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 D | release_unlink_race.c | 110 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
|
/third_party/libfuse/example/ |
H A D | hello.c | 166 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 D | null.c | 142 return fuse_main(argc, argv, &null_oper, NULL); in main()
|
H A D | ioctl.c | 229 return fuse_main(argc, argv, &fioc_oper, NULL); in main()
|
H A D | poll.c | 173 * 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 D | passthrough_fh.c | 660 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
|
H A D | passthrough.c | 565 return fuse_main(new_argc, new_argv, &xmp_oper, NULL); in main()
|
/third_party/libfuse/include/ |
H A D | fuse.h | 614 * 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 8 milliseconds