Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dblk-mq.h57 #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) macro
66 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)
1073 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_payload_bytes()
1084 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in req_bvec()
1123 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_nr_phys_segments()
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c202 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in virtblk_setup_discard_write_zeroes_erase()
235 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) in virtblk_cleanup_cmd()
/openbmc/linux/block/
H A Dblk-merge.c580 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in __blk_rq_map_sg()
H A Dblk-mq.c880 * The RQF_SPECIAL_PAYLOAD flag is ignored on purpose in this function
963 if (!(req->rq_flags & RQF_SPECIAL_PAYLOAD)) { in blk_update_request()
3215 if (rq_src->rq_flags & RQF_SPECIAL_PAYLOAD) { in blk_rq_prep_clone()
3216 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in blk_rq_prep_clone()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c811 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in nvme_setup_discard()
934 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_cleanup_cmd()
941 req->rq_flags &= ~RQF_SPECIAL_PAYLOAD; in nvme_cleanup_cmd()
H A Dtcp.c285 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_tcp_init_iter()
/openbmc/linux/drivers/scsi/
H A Dsd.c884 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in sd_set_special_bvec()
1347 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in sd_uninit_command()