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