Searched defs:ffs_io_data (Results 1 – 1 of 1) sorted by relevance
143 struct ffs_io_data { struct144 bool aio;145 bool read;147 struct kiocb *kiocb;148 struct iov_iter data;149 const void *to_free;150 char *buf;152 struct mm_struct *mm;153 struct work_struct work;155 struct usb_ep *ep;[all …]