Searched refs:ffs_io_data (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_fs.c | 212 struct ffs_io_data { struct 796 static inline void *ffs_alloc_buffer(struct ffs_io_data *io_data, in ffs_alloc_buffer() 805 static inline void ffs_free_buffer(struct ffs_io_data *io_data) in ffs_free_buffer() 820 struct ffs_io_data *io_data = container_of(work, struct ffs_io_data, in ffs_user_copy_worker() 848 struct ffs_io_data *io_data = req->context; in ffs_epfile_async_io_complete() 939 static ssize_t ffs_epfile_io(struct file *file, struct ffs_io_data *io_data) in ffs_epfile_io() 1160 struct ffs_io_data *io_data = kiocb->private; in ffs_aio_cancel() 1181 struct ffs_io_data io_data, *p = &io_data; in ffs_epfile_write_iter() 1218 struct ffs_io_data io_data, *p = &io_data; in ffs_epfile_read_iter()
|
D | f_generic.c | 188 struct ffs_io_data { struct 273 struct ffs_io_data *io_data = req->context; in ffs_ep0_async_io_complete() 632 static ssize_t ffs_ep0_iorw(struct file *file, struct ffs_io_data *io_data) in ffs_ep0_iorw() 757 struct ffs_io_data io_data, *p = &io_data; in ffs_ep0_ioctl() 976 struct ffs_io_data *io_data = (struct ffs_io_data *)context; in epfile_task_proc() 993 struct ffs_io_data *io_data = req->context; in ffs_epfile_async_io_complete() 1064 static ssize_t ffs_epfile_iorw(struct file *file, struct ffs_io_data *io_data) in ffs_epfile_iorw() 1262 struct ffs_io_data io_data, *p = &io_data; in ffs_epfile_ioctl()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15295 -/* ffs_io_data structure ***************************************************/ 15297 -struct ffs_io_data { 15382 - struct ffs_io_data *io_data = req->context; 15741 -static ssize_t ffs_ep0_iorw(struct file *file, struct ffs_io_data *io_data) 15866 - struct ffs_io_data io_data, *p = &io_data; 16085 - struct ffs_io_data *io_data = (struct ffs_io_data *)context; 16102 - struct ffs_io_data *io_data = req->context; 16173 -static ssize_t ffs_epfile_iorw(struct file *file, struct ffs_io_data *io_data) 16371 - struct ffs_io_data io_data, *p = &io_data;
|