Searched defs:ffs_io_data (Results 1 – 1 of 1) sorted by relevance
212 struct ffs_io_data { struct213 bool aio;214 bool read;216 struct kiocb *kiocb;217 struct iov_iter data;218 const void *to_free;219 char *buf;221 struct mm_struct *mm;222 struct work_struct work;224 struct usb_ep *ep;[all …]