Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dfiletable.h20 unsigned int io_file_get_flags(struct file *file);
66 (io_file_get_flags(file) >> REQ_F_SUPPORT_NOWAIT_BIT); in io_fixed_file_set()
H A Drw.c675 req->flags |= io_file_get_flags(file); in io_rw_init_file()
H A Dio_uring.c461 req->flags |= io_file_get_flags(req->file); in io_prep_async_work()
1756 unsigned int io_file_get_flags(struct file *file) in io_file_get_flags() function