Home
last modified time | relevance | path

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

/include/linux/
A Dblk_types.h317 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro
443 return bio->bi_opf & REQ_OP_MASK; in bio_op()
467 return (op & REQ_OP_MASK) == REQ_OP_READ || in op_is_sync()
473 return (op & REQ_OP_MASK) == REQ_OP_DISCARD; in op_is_discard()
484 switch (op & REQ_OP_MASK) { in op_is_zone_mgmt()
A Dblk-mq.h213 return req->cmd_flags & REQ_OP_MASK; in req_op()
A Dblkdev.h295 op &= REQ_OP_MASK; in blk_op_is_passthrough()

Completed in 16 milliseconds