Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c767 REQ_F_FIXED_FILE = BIT(REQ_F_FIXED_FILE_BIT), enumerator
1410 return IS_ENABLED(CONFIG_64BIT) && (req->flags & REQ_F_FIXED_FILE); in io_req_ffs_set()
2038 if (!(flags & REQ_F_FIXED_FILE)) in io_dismantle_req()
3861 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in io_renameat_prep()
3913 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in io_unlinkat_prep()
4181 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in __io_openat_prep()
4596 if (req->flags & REQ_F_FIXED_FILE) in io_statx_prep()
4632 if (req->flags & REQ_F_FIXED_FILE) in io_close_prep()
6188 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_timeout_remove_prep()
6421 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_async_cancel_prep()
[all …]