brintos

brintos / linux-shallow public Read only

0
0
Text · 824 B · 36173fa Raw
18 lines · c
1// SPDX-License-Identifier: GPL-2.02 3int __io_close_fixed(struct io_ring_ctx *ctx, unsigned int issue_flags,4		     unsigned int offset) HWJS_SUSPENDS;5 6int io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);7int io_openat(struct io_kiocb *req, unsigned int issue_flags) HWJS_SUSPENDS;8void io_open_cleanup(struct io_kiocb *req);9 10int io_openat2_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);11int io_openat2(struct io_kiocb *req, unsigned int issue_flags) HWJS_SUSPENDS;12 13int io_close_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);14int io_close(struct io_kiocb *req, unsigned int issue_flags) HWJS_SUSPENDS;15 16int io_install_fixed_fd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);17int io_install_fixed_fd(struct io_kiocb *req, unsigned int issue_flags) HWJS_SUSPENDS;18