Searched refs:xmp_oper (Results 1 – 4 of 4) sorted by relevance
/third_party/libfuse/test/ |
D | release_unlink_race.c | 98 static const struct fuse_operations xmp_oper = { variable 110 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
|
/third_party/libfuse/example/ |
D | invalidate_path.c | 156 static const struct fuse_operations xmp_oper = { variable 244 fuse = fuse_new(&args, &xmp_oper, sizeof(xmp_oper), NULL); in main()
|
D | passthrough.c | 509 static const struct fuse_operations xmp_oper = { variable 565 return fuse_main(new_argc, new_argv, &xmp_oper, NULL); in main()
|
D | passthrough_fh.c | 607 static const struct fuse_operations xmp_oper = { variable 660 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
|