Lines Matching refs:req_op
246 return blk_op_is_passthrough(req_op(rq)); in blk_rq_is_passthrough()
641 #define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ)
644 (op_is_write(req_op(rq)) ? DMA_TO_DEVICE : DMA_FROM_DEVICE)
771 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
774 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable()
777 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
1060 req_op(rq) == REQ_OP_DISCARD || in blk_rq_get_max_sectors()
1061 req_op(rq) == REQ_OP_SECURE_ERASE) in blk_rq_get_max_sectors()
1062 return blk_queue_get_max_sectors(q, req_op(rq)); in blk_rq_get_max_sectors()
1065 blk_queue_get_max_sectors(q, req_op(rq))); in blk_rq_get_max_sectors()
1512 if (req_op(req) == REQ_OP_DISCARD && in blk_discard_mergable()