Searched refs:RQF_SPECIAL_PAYLOAD (Results 1 – 7 of 7) sorted by relevance
57 #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) macro70 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)1077 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_payload_bytes()1088 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in req_bvec()1127 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_nr_phys_segments()
204 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in virtblk_setup_discard_write_zeroes_erase()237 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) in virtblk_cleanup_cmd()
572 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in __blk_rq_map_sg()
961 if (!(req->rq_flags & RQF_SPECIAL_PAYLOAD)) { in blk_update_request()3124 if (rq_src->rq_flags & RQF_SPECIAL_PAYLOAD) { in blk_rq_prep_clone()3125 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in blk_rq_prep_clone()
845 rq->rq_flags |= RQF_SPECIAL_PAYLOAD; in sd_set_special_bvec()1280 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in sd_uninit_command()
811 req->rq_flags |= RQF_SPECIAL_PAYLOAD; in nvme_setup_discard()934 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_cleanup_cmd()
273 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) { in nvme_tcp_init_iter()
Completed in 36 milliseconds