Home
last modified time | relevance | path

Searched refs:__io_fixed_fd_install (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/io_uring/
Dfiletable.c96 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file, in __io_fixed_fd_install() function
127 ret = __io_fixed_fd_install(ctx, file, file_slot); in io_fixed_fd_install()
Dfiletable.h13 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file,
Dmsg_ring.c197 ret = __io_fixed_fd_install(target_ctx, src_file, msg->dst_fd); in io_msg_install_complete()