Searched refs:io_fixed_fd_install (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | filetable.h | 11 int io_fixed_fd_install(struct io_kiocb *req, unsigned int issue_flags,
|
H A D | filetable.c | 117 * Note when io_fixed_fd_install() returns error value, it will ensure 120 int io_fixed_fd_install(struct io_kiocb *req, unsigned int issue_flags, in io_fixed_fd_install() function
|
H A D | openclose.c | 159 ret = io_fixed_fd_install(req, issue_flags, file, in io_openat2()
|
H A D | net.c | 1420 ret = io_fixed_fd_install(req, issue_flags, file, in io_accept() 1486 ret = io_fixed_fd_install(req, issue_flags, file, in io_socket()
|
H A D | rsrc.c | 594 ret = io_fixed_fd_install(req, issue_flags, file, in io_files_update_with_index_alloc()
|
Completed in 5 milliseconds