Searched refs:REQ_F_FIXED_FILE (Results 1 – 1 of 1) sorted by relevance
598 REQ_F_FIXED_FILE = BIT(REQ_F_FIXED_FILE_BIT), enumerator1861 io_put_file(req, req->file, (req->flags & REQ_F_FIXED_FILE)); in io_dismantle_req()3782 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in __io_openat_prep()4172 if (req->flags & REQ_F_FIXED_FILE) in io_statx_prep()4220 if (req->flags & REQ_F_FIXED_FILE) in io_close_prep()5480 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_timeout_remove_prep()5655 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_async_cancel_prep()5677 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_files_update_prep()6121 fixed = (req->flags & REQ_F_FIXED_FILE) != 0; in io_req_set_file()