Searched refs:IO_URING_F_COMPAT (Results 1 – 2 of 2) sorted by relevance
245 issue_flags |= IO_URING_F_COMPAT; in io_uring_cmd()291 bool compat = !!(issue_flags & IO_URING_F_COMPAT); in io_uring_cmd_getsockopt()317 bool compat = !!(issue_flags & IO_URING_F_COMPAT); in io_uring_cmd_setsockopt()
39 IO_URING_F_COMPAT = (1 << 12), enumerator