Searched refs:IORING_FIXED_FD_NO_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
289 if (flags & ~IORING_FIXED_FD_NO_CLOEXEC) in io_install_fixed_fd_prep()299 if (flags & IORING_FIXED_FD_NO_CLOEXEC) in io_install_fixed_fd_prep()
481 * IORING_FIXED_FD_NO_CLOEXEC Don't mark the fd as O_CLOEXEC483 #define IORING_FIXED_FD_NO_CLOEXEC (1U << 0)476 #define IORING_FIXED_FD_NO_CLOEXEC global() macro