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