Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h553 typedef u64 __bitwise io_req_flags_t; typedef
554 #define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
712 io_req_flags_t flags;
/linux/io_uring/
H A Dio_uring.h359 io_req_flags_t extra_flags) in io_req_async_data_clear()
H A Dio_uring.c1313 io_req_flags_t io_file_get_flags(struct file *file) in io_file_get_flags()
1315 io_req_flags_t res = 0; in io_file_get_flags()
1728 req->flags = (__force io_req_flags_t) sqe_flags; in io_init_req()