Searched refs:RQF_SPECIAL_PAYLOAD (Results 1 – 8 of 8) sorted by relevance
52 #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) macro64 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)999 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_payload_bytes()1010 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in req_bvec()1049 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_nr_phys_segments()
174 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in virtblk_setup_discard_write_zeroes()207 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) in virtblk_cleanup_cmd()
1457 if (rq_src->rq_flags & RQF_SPECIAL_PAYLOAD) { in blk_rq_prep_clone()1458 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in blk_rq_prep_clone()
554 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in __blk_rq_map_sg()
776 if (!(req->rq_flags & RQF_SPECIAL_PAYLOAD)) { in blk_update_request()
887 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in sd_setup_unmap_cmnd()922 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in sd_setup_write_same16_cmnd()954 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in sd_setup_write_same10_cmnd()1379 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in sd_uninit_command()
880 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in nvme_setup_discard()980 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_cleanup_cmd()
231 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_tcp_init_iter()
Completed in 39 milliseconds