Searched defs:io_splice (Results 1 – 2 of 2) sorted by relevance
17 struct io_splice { struct29 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in __io_splice_prep() argument88 int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function
625 struct io_splice { struct626 struct file *file_out;627 loff_t off_out;628 loff_t off_in;629 u64 len;630 int splice_fd_in;631 unsigned int flags;4042 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function