Home | History | Annotate | Download | only in refuse

Lines Matching defs:fuse

39 struct fuse *
44 * loop. However, FUSE 2.2 fuse_setup() takes a pointer to store a
45 * channel fd, which is supposed to be obtained by calling FUSE
52 struct fuse* fuse;
54 fuse = fuse_setup_v26(argc, argv, op, op_version, mountpoint, multithreaded, NULL);
55 if (fuse == NULL)
59 return fuse;
63 fuse_teardown_v22(struct fuse *fuse,
66 __fuse_teardown(fuse);