Lines Matching refs:fuse_mount
215 struct fuse_mount;
221 struct fuse_mount *fm;
314 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
437 struct fuse_mount *fm;
926 struct fuse_mount { struct
941 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
951 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
1077 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
1151 struct fuse_mount *fm,
1154 static inline ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
1160 struct fuse_mount *fm, in fuse_simple_idmap_request()
1166 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
1209 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1222 void fuse_send_init(struct fuse_mount *fm);
1236 bool fuse_mount_remove(struct fuse_mount *fm);
1246 void fuse_conn_destroy(struct fuse_mount *fm);
1249 void fuse_mount_destroy(struct fuse_mount *fm);
1293 struct fuse_mount **fm);
1314 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
1414 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,