Searched refs:RQF_SPECIAL_PAYLOAD (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dblk-mq.h56 #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) macro
65 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)
162 * only be used if RQF_SPECIAL_PAYLOAD is set, and those cannot be
1073 * commands using the RQF_SPECIAL_PAYLOAD flag needs to use this helper to
1078 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
1089 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
1128 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
/linux-master/drivers/block/
H A Dvirtio_blk.c202 req->rq_flags |= RQF_SPECIAL_PAYLOAD;
235 if (req->rq_flags & RQF_SPECIAL_PAYLOAD)
/linux-master/block/
H A Dblk-merge.c568 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
H A Dblk-mq.c882 * The RQF_SPECIAL_PAYLOAD flag is ignored on purpose in this function
965 if (!(req->rq_flags & RQF_SPECIAL_PAYLOAD)) {
3163 if (rq_src->rq_flags & RQF_SPECIAL_PAYLOAD) {
3164 rq->rq_flags |= RQF_SPECIAL_PAYLOAD;
/linux-master/drivers/scsi/
H A Dsd.c886 rq->rq_flags |= RQF_SPECIAL_PAYLOAD;
1375 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
/linux-master/drivers/nvme/host/
H A Dtcp.c317 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) {
H A Dcore.c863 req->rq_flags |= RQF_SPECIAL_PAYLOAD;
989 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) {

Completed in 225 milliseconds