Searched refs:REQ_OP_MASK (Results 1 – 11 of 11) sorted by relevance
332 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro457 return bio->bi_opf & REQ_OP_MASK; in bio_op()481 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()487 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()495 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
307 op &= REQ_OP_MASK; in blk_op_is_passthrough()
99 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
541 if ((opf & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
1397 bio->bi_opf &= ~REQ_OP_MASK; in blk_zone_wplug_prepare_bio()1687 bio->bi_opf &= ~REQ_OP_MASK; in blk_zone_write_plug_bio_endio()
191 switch (opf & REQ_OP_MASK) { in kyber_sched_domain()
521 if ((data->cmd_flags & REQ_OP_MASK) == REQ_OP_FLUSH || in blk_mq_limit_depth()876 (__force u32)(req->cmd_flags & ~REQ_OP_MASK), in blk_print_req_error()
324 const enum req_op op = opf & REQ_OP_MASK; in __blk_add_trace()2158 switch (opf & REQ_OP_MASK) { in blk_fill_rwbs()2183 if ((opf & REQ_OP_MASK) == REQ_OP_ZONE_RESET_ALL) in blk_fill_rwbs()
1089 const enum req_op op = opf & REQ_OP_MASK; in __bh_submit()
1881 clone->bi_opf &= ~REQ_OP_MASK; in __send_zone_reset_all_emulated()
549 const enum req_op op = opf & REQ_OP_MASK; in sync_rw_sb()1092 dm_integrity_io_error(ic, (opf & REQ_OP_MASK) == REQ_OP_READ ? in rw_journal_sectors()