Searched refs:RQF_FLUSH_SEQ (Results 1 – 4 of 4) sorted by relevance
137 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request()344 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()445 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_insert_flush()
401 if ((rq->rq_flags & RQF_FLUSH_SEQ) || blk_rq_is_passthrough(rq)) in blk_mq_sched_bypass_insert()439 at_head = (rq->rq_flags & RQF_FLUSH_SEQ) ? true : at_head; in blk_mq_sched_insert_request()
794 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()829 const bool is_flush = (req->rq_flags & RQF_FLUSH_SEQ) != 0; in blk_complete_request()998 !(req->rq_flags & RQF_FLUSH_SEQ)) in blk_account_io_done()
34 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro70 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)
Completed in 19 milliseconds