Lines Matching refs:fuse_mount
178 struct fuse_mount;
184 struct fuse_mount *fm;
273 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
383 struct fuse_mount *fm;
864 struct fuse_mount { struct
878 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
888 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
1024 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1097 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args);
1098 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
1141 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1154 void fuse_send_init(struct fuse_mount *fm);
1168 bool fuse_mount_remove(struct fuse_mount *fm);
1178 void fuse_conn_destroy(struct fuse_mount *fm);
1181 void fuse_mount_destroy(struct fuse_mount *fm);
1225 struct fuse_mount **fm);
1246 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
1338 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,