Searched refs:io_req_flags_t (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dfiletable.h20 io_req_flags_t io_file_get_flags(struct file *file);
H A Dio_uring.c1775 io_req_flags_t io_file_get_flags(struct file *file)
1777 io_req_flags_t res = 0;
2209 req->flags = (io_req_flags_t) sqe_flags;
/linux-master/include/linux/
H A Dio_uring_types.h488 typedef u64 __bitwise io_req_flags_t; typedef
489 #define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
625 io_req_flags_t flags;

Completed in 134 milliseconds