Lines Matching refs:fuse
37 struct fuse;
793 struct fuse *fuse; member
917 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op,
921 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op,
933 int fuse_mount(struct fuse *f, const char *mountpoint);
942 void fuse_unmount(struct fuse *f);
952 void fuse_destroy(struct fuse *f);
969 int fuse_loop(struct fuse *f);
979 void fuse_exit(struct fuse *f);
1013 int fuse_loop_mt_31(struct fuse *f, int clone_fd);
1016 int fuse_loop_mt(struct fuse *f, struct fuse_loop_config *config);
1067 int fuse_invalidate_path(struct fuse *f, const char *path);
1084 int fuse_start_cleanup_thread(struct fuse *fuse);
1092 void fuse_stop_cleanup_thread(struct fuse *fuse);
1103 int fuse_clean_cache(struct fuse *fuse);
1259 struct fuse_session *fuse_get_session(struct fuse *f);