Searched refs:__io_fixed_fd_install (Results 1 – 4 of 4) sorted by relevance
| /linux/io_uring/ |
| H A D | filetable.c | 87 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file, in __io_fixed_fd_install() function 118 ret = __io_fixed_fd_install(ctx, file, file_slot); in io_fixed_fd_install()
|
| H A D | filetable.h | 13 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file,
|
| H A D | openclose.c | 359 ret = __io_fixed_fd_install(ctx, files[0], slot); in io_pipe_fixed() 372 ret = __io_fixed_fd_install(ctx, files[1], slot); in io_pipe_fixed()
|
| H A D | msg_ring.c | 186 ret = __io_fixed_fd_install(target_ctx, src_file, msg->dst_fd); in io_msg_install_complete()
|