Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dio_uring.c519 struct io_splice { struct
520 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