Searched refs:REQ_OP_MASK (Results 1 – 19 of 19) sorted by relevance
355 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro477 return bio->bi_opf & REQ_OP_MASK; in bio_op()501 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()507 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()518 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
195 return req->cmd_flags & REQ_OP_MASK; in req_op()
275 op &= REQ_OP_MASK; in blk_op_is_passthrough()
170 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_refill_pages()247 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_complete()337 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_end_aio()426 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_submit()501 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_complete()605 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in get_more_blocks()788 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in submit_page_section()905 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in do_direct_IO()
2791 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()507 if ((io_req->bi_opf & REQ_OP_MASK) == REQ_OP_READ) { in dp_init()
402 (clone->bi_opf & (~REQ_OP_MASK)); in dm_zone_map_bio_begin()
547 const enum req_op op = opf & REQ_OP_MASK; in sync_rw_sb()1088 dm_integrity_io_error(ic, (opf & REQ_OP_MASK) == REQ_OP_READ ? in rw_journal_sectors()
50 const enum req_op op = opf & REQ_OP_MASK; in hfsplus_submit_bio()
94 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
538 if ((opf & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
802 bio->bi_opf &= ~REQ_OP_MASK; in blk_rq_map_kern()
292 blk_flags_show(m, (__force unsigned int)(rq->cmd_flags & ~REQ_OP_MASK), in __blk_mq_debugfs_rq_show()
198 switch (opf & REQ_OP_MASK) { in kyber_sched_domain()
466 if ((data->cmd_flags & REQ_OP_MASK) != REQ_OP_FLUSH && in __blk_mq_alloc_requests()807 (__force u32)(req->cmd_flags & ~REQ_OP_MASK), in blk_print_req_error()
154 opf & REQ_OP_MASK); in nilfs_mdt_submit_block()
230 const enum req_op op = opf & REQ_OP_MASK; in __blk_add_trace()1883 switch (opf & REQ_OP_MASK) { in blk_fill_rwbs()
441 if ((opf & REQ_OP_MASK) != REQ_OP_WRITE) in uuid_io()446 pr_debug("%s UUIDs at %s\n", (opf & REQ_OP_MASK) == REQ_OP_WRITE ? in uuid_io()
340 ((peer_req)->opf & REQ_OP_MASK)