Lines Matching defs:fuse
34 /* We emit a compiler warning for anyone including <fuse.h> without
39 #include <fuse.h>
47 /* This is the private fuse structure. We can freely change its size
49 struct fuse {
62 int __fuse_set_signal_handlers(struct fuse* fuse);
63 int __fuse_remove_signal_handlers(struct fuse* fuse);
64 struct fuse* __fuse_setup(int argc, char* argv[],
67 void __fuse_teardown(struct fuse* fuse);
71 struct fuse* __fuse_new(struct fuse_args *args, const void* op,
74 int __fuse_mount(struct fuse *fuse, const char *mountpoint);
75 void __fuse_unmount(struct fuse *fuse);
76 void __fuse_destroy(struct fuse *fuse);
77 int __fuse_loop_mt(struct fuse *fuse, struct fuse_loop_config *config);