Searched refs:RQF_DONTPREP (Results 1 – 4 of 4) sorted by relevance
291 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()293 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
118 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()119 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()1268 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()1270 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()1875 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()1879 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()1929 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()1942 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
71 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP)) macro
1580 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()