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