Home
last modified time | relevance | path

Searched defs:io_splice (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c625 struct io_splice { struct
626 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;
4193 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function