Jens Axboe | cd40cae | 2022-05-24 21:54:43 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | |
Jens Axboe | f110ed8 | 2022-06-13 04:42:56 -0600 | [diff] [blame] | 3 | int __io_close_fixed(struct io_ring_ctx *ctx, unsigned int issue_flags, |
Jens Axboe | cd40cae | 2022-05-24 21:54:43 -0600 | [diff] [blame] | 4 | unsigned int offset); |
| 5 | |
| 6 | int io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); |
| 7 | int io_openat(struct io_kiocb *req, unsigned int issue_flags); |
| 8 | void io_open_cleanup(struct io_kiocb *req); |
| 9 | |
| 10 | int io_openat2_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); |
| 11 | int io_openat2(struct io_kiocb *req, unsigned int issue_flags); |
| 12 | |
| 13 | int io_close_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); |
| 14 | int io_close(struct io_kiocb *req, unsigned int issue_flags); |