Home
last modified time | relevance | path

Searched refs:RQF_DONTPREP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/mmc/core/
H A Dqueue.c291 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()
293 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
/linux-6.15/drivers/scsi/
H A Dscsi_lib.c118 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()
119 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()
1260 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()
1262 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()
1849 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()
1853 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()
1895 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
1908 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
/linux-6.15/include/linux/
H A Dblk-mq.h70 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP)) macro
/linux-6.15/drivers/nvme/host/
H A Dcore.c710 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()
1062 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()
/linux-6.15/block/
H A Dblk-mq.c1556 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()