Lines Matching refs:fuse_mount
173 struct fuse_mount;
179 struct fuse_mount *fm;
268 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
378 struct fuse_mount *fm;
853 struct fuse_mount { struct
867 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
877 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
1013 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1084 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args);
1085 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
1125 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1138 void fuse_send_init(struct fuse_mount *fm);
1152 bool fuse_mount_remove(struct fuse_mount *fm);
1162 void fuse_conn_destroy(struct fuse_mount *fm);
1165 void fuse_mount_destroy(struct fuse_mount *fm);
1209 struct fuse_mount **fm);
1230 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
1322 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,