Home
last modified time | relevance | path

Searched refs:io_file_get_flags (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dfiletable.h21 io_req_flags_t io_file_get_flags(struct file *file);
56 (io_file_get_flags(file) >> REQ_F_SUPPORT_NOWAIT_BIT); in io_fixed_file_set()
H A Dio_uring.c449 req->flags |= io_file_get_flags(req->file); in io_prep_async_work()
1702 io_req_flags_t io_file_get_flags(struct file *file) in io_file_get_flags() function