Searched refs:REQ_OP_MASK (Results 1 – 3 of 3) sorted by relevance
317 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1) macro443 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()
213 return req->cmd_flags & REQ_OP_MASK; in req_op()
295 op &= REQ_OP_MASK; in blk_op_is_passthrough()
Completed in 16 milliseconds