Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c624 struct io_splice { struct
625 struct file *file_out;
626 struct file *file_in;
627 loff_t off_out;
628 loff_t off_in;
629 u64 len;
630 unsigned int flags;
4024 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function