Searched defs:ffs_io_data (Results 1 – 1 of 1) sorted by relevance
241 struct ffs_io_data { struct242 bool aio;243 bool read;245 struct kiocb *kiocb;246 struct iov_iter data;247 const void *to_free;248 char *buf;250 struct mm_struct *mm;251 struct work_struct work;253 struct usb_ep *ep;[all …]