Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c517 struct io_splice { struct
518 struct file *file_out;
519 struct file *file_in;
520 loff_t off_out;
521 loff_t off_in;
522 u64 len;
523 unsigned int flags;
3666 static int io_splice(struct io_kiocb *req, bool force_nonblock) in io_splice() function