REQ_OP_MASK
return req->cmd_flags & REQ_OP_MASK;
#define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1)