Searched defs:ffs_io_data (Results 1 – 1 of 1) sorted by relevance
244 struct ffs_io_data { struct245 bool aio;246 bool read;248 struct kiocb *kiocb;249 struct iov_iter data;250 const void *to_free;251 char *buf;256 struct usb_ep *ep;258 struct sg_table sgt;259 bool use_sg;[all …]