Searched defs:ffs_io_data (Results 1 – 1 of 1) sorted by relevance
207 struct ffs_io_data { struct208 bool aio;209 bool read;211 struct kiocb *kiocb;212 struct iov_iter data;213 const void *to_free;214 char *buf;216 struct mm_struct *mm;217 struct work_struct work;218 struct work_struct cancellation_work;[all …]