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