1 // SPDX-License-Identifier: GPL-2.0 1 2 3 int __io_close_fixed(struct io_ring_ctx *ctx, 4 unsigned int offset); 5 6 int io_openat_prep(struct io_kiocb *req, const 7 int io_openat(struct io_kiocb *req, unsigned i 8 void io_open_cleanup(struct io_kiocb *req); 9 10 int io_openat2_prep(struct io_kiocb *req, cons 11 int io_openat2(struct io_kiocb *req, unsigned 12 13 int io_close_prep(struct io_kiocb *req, const 14 int io_close(struct io_kiocb *req, unsigned in 15 16 int io_install_fixed_fd_prep(struct io_kiocb * 17 int io_install_fixed_fd(struct io_kiocb *req, 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.