Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dio_uring_types.h393 REQ_F_SUPPORT_NOWAIT_BIT, enumerator
437 REQ_F_SUPPORT_NOWAIT = BIT(REQ_F_SUPPORT_NOWAIT_BIT),
/Linux-v6.1/io_uring/
Drw.c662 req->flags |= io_file_get_flags(file) << REQ_F_SUPPORT_NOWAIT_BIT; in io_rw_init_file()
Dio_uring.c422 req->flags |= io_file_get_flags(req->file) << REQ_F_SUPPORT_NOWAIT_BIT; in io_prep_async_work()
1863 req->flags |= (file_ptr << REQ_F_SUPPORT_NOWAIT_BIT); in io_file_get_fixed()