Searched defs:io_splice (Results 1 – 1 of 1) sorted by relevance
517 struct io_splice { struct518 struct file *file_out;519 struct file *file_in;520 loff_t off_out;521 loff_t off_in;522 u64 len;523 unsigned int flags;3666 static int io_splice(struct io_kiocb *req, bool force_nonblock) in io_splice() function