Lines Matching refs:io_kiocb
53 static int __io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in __io_openat_prep()
85 void io_openat_bpf_populate(struct io_uring_bpf_ctx *bctx, struct io_kiocb *req) in io_openat_bpf_populate()
94 int io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_openat_prep()
104 int io_openat2_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_openat2_prep()
123 int io_openat2(struct io_kiocb *req, unsigned int issue_flags) in io_openat2()
188 int io_openat(struct io_kiocb *req, unsigned int issue_flags) in io_openat()
193 void io_open_cleanup(struct io_kiocb *req) in io_open_cleanup()
212 static inline int io_close_fixed(struct io_kiocb *req, unsigned int issue_flags) in io_close_fixed()
219 int io_close_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_close_prep()
236 int io_close(struct io_kiocb *req, unsigned int issue_flags) in io_close()
275 int io_install_fixed_fd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_install_fixed_fd_prep()
305 int io_install_fixed_fd(struct io_kiocb *req, unsigned int issue_flags) in io_install_fixed_fd()
326 int io_pipe_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_pipe_prep()
343 static int io_pipe_fixed(struct io_kiocb *req, struct file **files, in io_pipe_fixed()
394 static int io_pipe_fd(struct io_kiocb *req, struct file **files) in io_pipe_fd()
423 int io_pipe(struct io_kiocb *req, unsigned int issue_flags) in io_pipe()