Lines Matching defs:opcode
86 if (req->opcode == IORING_OP_READ_FIXED ||
87 req->opcode == IORING_OP_WRITE_FIXED) {
117 if (req->opcode == IORING_OP_READV && req->flags & REQ_F_BUFFER_SELECT) {
375 u8 opcode = req->opcode;
381 if (opcode == IORING_OP_READ_FIXED || opcode == IORING_OP_WRITE_FIXED) {
391 if (opcode == IORING_OP_READ || opcode == IORING_OP_WRITE ||
528 if (!force && !io_cold_defs[req->opcode].prep_async)
784 if (req->opcode == IORING_OP_READ && file_can_poll(req->file))
1022 if (req->opcode == IORING_OP_URING_CMD) {