Searched refs:RQF_FLUSH_SEQ (Results 1 – 5 of 5) sorted by relevance
130 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request()334 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()434 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_insert_flush()
421 if ((rq->rq_flags & RQF_FLUSH_SEQ) || blk_rq_is_passthrough(rq)) in blk_mq_sched_bypass_insert()459 at_head = (rq->rq_flags & RQF_FLUSH_SEQ) ? true : at_head; in blk_mq_sched_insert_request()
361 !(req->rq_flags & RQF_FLUSH_SEQ)) in blk_account_io_done()
673 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()
29 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro64 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)
Completed in 16 milliseconds