Searched refs:RQF_DONTPREP (Results 1 – 6 of 6) sorted by relevance
125 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()126 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()1116 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()1118 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()1688 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()1692 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()1735 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()1748 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
292 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()294 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
35 #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) macro
1099 if (!(rq->rq_flags & (RQF_SOFTBARRIER | RQF_DONTPREP))) in blk_mq_requeue_work()1109 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()
606 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()997 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()
370 (The prepare function would not be called for requests that have RQF_DONTPREP
Completed in 31 milliseconds