Searched refs:REQ_OP_MASK (Results 1 – 11 of 11) sorted by relevance
346 #define REQ_OP_MASK ((1 << REQ_OP_BITS) - 1) macro461 ((bio)->bi_opf & REQ_OP_MASK)463 ((req)->cmd_flags & REQ_OP_MASK)493 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()499 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()510 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
118 else if ((flags & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_map_queue()
705 bio->bi_opf &= ~REQ_OP_MASK; in blk_rq_map_kern()
462 if ((rw & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
197 switch (op & REQ_OP_MASK) { in kyber_sched_domain()
343 blk_flags_show(m, rq->cmd_flags & ~REQ_OP_MASK, cmd_flag_name, in __blk_mq_debugfs_rq_show()
240 req->cmd_flags & ~REQ_OP_MASK, in print_req_error()
2757 switch (req_op(rq) & REQ_OP_MASK) { in ioc_rqos_done()
455 rq->cmd_flags &= ~REQ_OP_MASK; in idedisk_prep_rq()
380 typeof(bio->bi_opf) opf = bio->bi_opf & ~REQ_OP_MASK; in bio_flags_to_user_flags()
1974 switch (op & REQ_OP_MASK) { in blk_fill_rwbs()