Lines Matching refs:fuse
40 fuse_mount_v30(struct fuse *fuse, const char *mountpoint) {
41 return __fuse_mount(fuse, mountpoint);
45 fuse_unmount_v30(struct fuse *fuse) {
46 __fuse_unmount(fuse);
49 struct fuse *
56 fuse_destroy_v30(struct fuse *fuse) {
57 __fuse_destroy(fuse);
61 fuse_loop_mt_v30(struct fuse *fuse, int clone_fd) {
66 return __fuse_loop_mt(fuse, &config);