Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
Dsplice.c17 struct io_splice { struct
29 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in __io_splice_prep() argument
88 int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function
/kernel/linux/linux-5.10/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;
4042 static int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function