Searched refs:ifi (Results 1 – 1 of 1) sorted by relevance
267 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local287 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() local300 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 2 milliseconds