Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dio_uring_types.h512 typedef u64 __bitwise io_req_flags_t; typedef
513 #define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
664 io_req_flags_t flags;
/linux-6.15/io_uring/
H A Dfiletable.h21 io_req_flags_t io_file_get_flags(struct file *file);
H A Dio_uring.c1636 io_req_flags_t io_file_get_flags(struct file *file) in io_file_get_flags()
1638 io_req_flags_t res = 0; in io_file_get_flags()
2054 req->flags = (__force io_req_flags_t) sqe_flags; in io_init_req()