Searched defs:ffs_io_data (Results 1 – 3 of 3) 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 …]
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 …]
188 struct ffs_io_data { struct189 uint32_t aio;190 uint32_t read;191 uint32_t len;192 uint32_t timeout;193 uint64_t buf;194 uint32_t actual;195 int status;196 struct tasklet_struct task;197 struct usb_ep *ep;[all …]