Searched defs:ffs_io_data (Results 1 – 2 of 2) 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 …]
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 …]