Home
last modified time | relevance | path

Searched refs:REQ_OP_MASK (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dblk_types.h332 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro
457 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()
H A Dblkdev.h307 op &= REQ_OP_MASK; in blk_op_is_passthrough()
/linux/block/
H A Dblk-mq.h99 else if ((opf & REQ_OP_MASK) == REQ_OP_READ) in blk_mq_get_hctx_type()
H A Dblk-wbt.c541 if ((opf & REQ_OP_MASK) == REQ_OP_DISCARD) in get_limit()
H A Dblk-zoned.c1397 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()
H A Dkyber-iosched.c191 switch (opf & REQ_OP_MASK) { in kyber_sched_domain()
H A Dblk-mq.c521 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()
/linux/kernel/trace/
H A Dblktrace.c324 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()
/linux/fs/
H A Dbuffer.c1089 const enum req_op op = opf & REQ_OP_MASK; in __bh_submit()
/linux/drivers/md/
H A Ddm.c1881 clone->bi_opf &= ~REQ_OP_MASK; in __send_zone_reset_all_emulated()
H A Ddm-integrity.c549 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()