Home
last modified time | relevance | path

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

/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
50 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in io_tee()
81 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in io_splice_prep()
88 int io_splice(struct io_kiocb *req, unsigned int issue_flags) in io_splice() function
90 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in io_splice()
Dsplice.h7 int io_splice(struct io_kiocb *req, unsigned int issue_flags);
Dopdef.c312 .issue = io_splice,