]> git.ipfire.org Git - people/ms/linux.git/blame - io_uring/advise.h
Merge tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[people/ms/linux.git] / io_uring / advise.h
CommitLineData
f4c163dd
JA
1// SPDX-License-Identifier: GPL-2.0
2
3int io_madvise_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
4int io_madvise(struct io_kiocb *req, unsigned int issue_flags);
5
6int io_fadvise_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
7int io_fadvise(struct io_kiocb *req, unsigned int issue_flags);