Searched defs:io_splice (Results 1 – 1 of 1) sorted by relevance
632 struct io_splice { struct633 struct file *file_out;634 loff_t off_out;635 loff_t off_in;636 u64 len;637 int splice_fd_in;638 unsigned int flags;3956 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function