io_req_flags_t
#define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
io_req_flags_t flags;
io_req_flags_t io_file_get_flags(struct file *file);
io_req_flags_t io_file_get_flags(struct file *file)
io_req_flags_t res = 0;
req->flags = (__force io_req_flags_t) sqe_flags;
io_req_flags_t extra_flags)