Searched defs:io_splice (Results 1 – 1 of 1) sorted by relevance
624 struct io_splice { struct625 struct file *file_out;626 struct file *file_in;627 loff_t off_out;628 loff_t off_in;629 u64 len;630 unsigned int flags;4024 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function