Searched refs:REQ_OP_MASK (Results 1 – 12 of 12) sorted by relevance
343 #define REQ_OP_MASK ((1 << REQ_OP_BITS) - 1) macro455 ((bio)->bi_opf & REQ_OP_MASK)485 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()491 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()502 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
204 ((req)->cmd_flags & REQ_OP_MASK)
57 op &= REQ_OP_MASK; in blk_op_is_passthrough()
101 else if ((flags & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
647 bio->bi_opf &= ~REQ_OP_MASK; in blk_rq_map_kern()
465 if ((rw & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
341 blk_flags_show(m, rq->cmd_flags & ~REQ_OP_MASK, cmd_flag_name, in __blk_mq_debugfs_rq_show()
200 switch (op & REQ_OP_MASK) { in kyber_sched_domain()
232 req->cmd_flags & ~REQ_OP_MASK, in blk_print_req_error()
2769 switch (req_op(rq) & REQ_OP_MASK) { in ioc_rqos_done()
406 (orig_bio->bi_opf & (~REQ_OP_MASK)); in dm_zone_map_bio_begin()
1893 switch (op & REQ_OP_MASK) { in blk_fill_rwbs()
Completed in 44 milliseconds