Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c632 struct io_splice { struct
633 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