Lines Matching refs:fuse
55 int fuse_daemonize_rev0(struct fuse* fuse) __RENAME(fuse_daemonize);
56 int fuse_mount(struct fuse *fuse, const char *mountpoint);
59 struct fuse *fuse_new(struct fuse_args *args, const void *op, size_t op_size,
61 void fuse_destroy(struct fuse* fuse);
63 void fuse_unmount(struct fuse* fuse);
78 fuse_daemonize_rev0(struct fuse* fuse __attribute__((__unused__))) { in fuse_daemonize_rev0() argument
101 fuse_mount(struct fuse *fuse, const char *mountpoint) { in fuse_mount() argument
102 return fuse_mount_v30(fuse, mountpoint); in fuse_mount()
111 struct fuse *
125 fuse_destroy(struct fuse *fuse) { in fuse_destroy() argument
126 fuse_destroy_v30(fuse); in fuse_destroy()
154 fuse_unmount(struct fuse* fuse) { in fuse_unmount() argument
155 fuse_unmount_v30(fuse); in fuse_unmount()