Searched refs:RQF_DONTPREP (Results 1 – 5 of 5) 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()1235 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()1237 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()1824 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()1828 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()1870 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()1883 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
70 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP)) macro
710 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()1057 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()
1462 if (rq->rq_flags & RQF_DONTPREP) { in blk_mq_requeue_work()
Completed in 28 milliseconds