Searched refs:REQ_F_FIXED_FILE (Results 1 – 8 of 8) sorted by relevance
85 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in io_getxattr_prep()157 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in io_setxattr_prep()
61 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in __io_openat_prep()225 if (req->flags & REQ_F_FIXED_FILE) in io_close_prep()285 if (!(req->flags & REQ_F_FIXED_FILE)) in io_install_fixed_fd_prep()
386 if (!(req->flags & REQ_F_FIXED_FILE) && req->file) in io_put_file()
479 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_timeout_remove_prep()
859 if (!(req->flags & REQ_F_FIXED_FILE)) in io_rw_init_file()
372 if (req->file && !(req->flags & REQ_F_FIXED_FILE)) in io_prep_async_work()1359 if (req->flags & REQ_F_FIXED_FILE) in io_assign_file()
418 if (unlikely(req->flags & (REQ_F_FIXED_FILE | REQ_F_BUFFER_SELECT))) in io_files_update_prep()
575 REQ_F_FIXED_FILE = IO_REQ_FLAG(REQ_F_FIXED_FILE_BIT), enumerator