Home
last modified time | relevance | path

Searched refs:xmp_oper (Results 1 – 4 of 4) sorted by relevance

/third_party/libfuse/test/
Drelease_unlink_race.c98 static const struct fuse_operations xmp_oper = { variable
110 return fuse_main(argc, argv, &xmp_oper, NULL); in main()
/third_party/libfuse/example/
Dinvalidate_path.c156 static const struct fuse_operations xmp_oper = { variable
244 fuse = fuse_new(&args, &xmp_oper, sizeof(xmp_oper), NULL); in main()
Dpassthrough.c509 static const struct fuse_operations xmp_oper = { variable
565 return fuse_main(new_argc, new_argv, &xmp_oper, NULL); in main()
Dpassthrough_fh.c607 static const struct fuse_operations xmp_oper = { variable
660 return fuse_main(argc, argv, &xmp_oper, NULL); in main()