Lines Matching refs:fuse_mount
180 struct fuse_mount;
186 struct fuse_mount *fm;
273 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
382 /** fuse_mount this request belongs to */
383 struct fuse_mount *fm;
524 * fuse_mount is destroyed.
783 * fuse_mount belonging to this connection
806 struct fuse_mount {
823 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb)
830 struct fuse_mount *fm = get_fuse_mount_super(sb);
835 static inline struct fuse_mount *get_fuse_mount(struct inode *inode)
842 struct fuse_mount *fm = get_fuse_mount(inode);
942 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1010 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args);
1011 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
1043 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1053 * Acquire reference to fuse_mount
1055 struct fuse_mount *fuse_mount_get(struct fuse_mount *fm);
1058 * Release reference to fuse_mount
1060 void fuse_mount_put(struct fuse_mount *fm);
1066 void fuse_send_init(struct fuse_mount *fm);
1089 bool fuse_mount_remove(struct fuse_mount *fm);
1094 void fuse_conn_destroy(struct fuse_mount *fm);
1133 * respective fuse_mount in *fm (unless fm is NULL).
1138 struct fuse_mount **fm);
1159 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,