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.h476 typedef u64 __bitwise io_req_flags_t; typedef
477 #define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
613 io_req_flags_t flags;
/linux/io_uring/
H A Dfiletable.h20 io_req_flags_t io_file_get_flags(struct file *file);
H A Dio_uring.c1634 io_req_flags_t io_file_get_flags(struct file *file) in io_file_get_flags()
1636 io_req_flags_t res = 0; in io_file_get_flags()
2044 req->flags = (__force io_req_flags_t) sqe_flags; in io_init_req()