xref: /linux/io_uring/splice.h (revision 531113bb)
1*531113bbSJens Axboe // SPDX-License-Identifier: GPL-2.0
2*531113bbSJens Axboe 
3*531113bbSJens Axboe int io_tee_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
4*531113bbSJens Axboe int io_tee(struct io_kiocb *req, unsigned int issue_flags);
5*531113bbSJens Axboe 
6*531113bbSJens Axboe int io_splice_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
7*531113bbSJens Axboe int io_splice(struct io_kiocb *req, unsigned int issue_flags);
8