Lines Matching defs:io_msg
21 struct io_msg { struct22 struct file *file;23 struct file *src_file;24 struct callback_head tw;25 u64 user_data;26 u32 len;27 u32 cmd;28 u32 src_fd;29 union {33 u32 flags;335 struct io_msg io_msg = { }; in io_uring_sync_msg_ring() local