Home
last modified time | relevance | path

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

/linux/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/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()
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()
/linux/include/linux/
H A Dblk-mq.h71 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP)) macro
/linux/block/
H A Dblk-mq.c1580 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()