Lines Matching refs:fuse_mount
193 struct fuse_mount;
199 struct fuse_mount *fm;
288 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
397 /** fuse_mount this request belongs to */
398 struct fuse_mount *fm;
559 * fuse_mount is destroyed.
850 * fuse_mount belonging to this connection
879 struct fuse_mount {
893 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb)
903 static inline struct fuse_mount *get_fuse_mount(struct inode *inode)
1038 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1111 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args);
1112 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
1155 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1168 void fuse_send_init(struct fuse_mount *fm);
1182 bool fuse_mount_remove(struct fuse_mount *fm);
1192 void fuse_conn_destroy(struct fuse_mount *fm);
1195 void fuse_mount_destroy(struct fuse_mount *fm);
1234 * respective fuse_mount in *fm (unless fm is NULL).
1239 struct fuse_mount **fm);
1260 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
1352 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,