Searched refs:REQ_OP_MASK (Results 1 – 19 of 19) sorted by relevance
331 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro456 return bio->bi_opf & REQ_OP_MASK; in bio_op()480 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()486 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()494 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
231 return req->cmd_flags & REQ_OP_MASK; in req_op()
297 op &= REQ_OP_MASK; in blk_op_is_passthrough()
169 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_refill_pages()246 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_complete()336 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_end_aio()427 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_submit()502 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_complete()606 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in get_more_blocks()789 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in submit_page_section()906 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in do_direct_IO()
2781 const enum req_op op = opf & REQ_OP_MASK; in submit_bh_wbc()
319 const enum req_op op = opf & REQ_OP_MASK; in do_region()483 if ((io_req->bi_opf & REQ_OP_MASK) == REQ_OP_READ) { in dp_init()
1872 clone->bi_opf &= ~REQ_OP_MASK; in __send_zone_reset_all_emulated()
544 const enum req_op op = opf & REQ_OP_MASK; in sync_rw_sb()1085 dm_integrity_io_error(ic, (opf & REQ_OP_MASK) == REQ_OP_READ ? in rw_journal_sectors()
55 if ((opf & REQ_OP_MASK) != REQ_OP_WRITE && data) in hfsplus_submit_bio()
99 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
1381 bio->bi_opf &= ~REQ_OP_MASK; in blk_zone_wplug_prepare_bio()1676 bio->bi_opf &= ~REQ_OP_MASK; in blk_zone_write_plug_bio_endio()
278 blk_flags_show(m, (__force unsigned int)(rq->cmd_flags & ~REQ_OP_MASK), in __blk_mq_debugfs_rq_show()
541 if ((opf & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
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()
157 opf & REQ_OP_MASK); in nilfs_mdt_submit_block()
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()
440 if ((opf & REQ_OP_MASK) != REQ_OP_WRITE) in uuid_io()445 pr_debug("%s UUIDs at %s\n", (opf & REQ_OP_MASK) == REQ_OP_WRITE ? in uuid_io()
336 ((peer_req)->opf & REQ_OP_MASK)