Home
last modified time | relevance | path

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

/io_uring/
A Dopenclose.c267 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local
287 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd_prep()
288 ifi->o_flags = O_CLOEXEC; in io_install_fixed_fd_prep()
290 ifi->o_flags = 0; in io_install_fixed_fd_prep()
297 struct io_fixed_install *ifi; in io_install_fixed_fd() local
300 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd()
301 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()

Completed in 3 milliseconds