Searched refs:RQF_FLUSH_SEQ (Results 1 – 3 of 3) sorted by relevance
135 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request()340 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()393 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_rq_init_flush()
782 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()817 const bool is_flush = (req->rq_flags & RQF_FLUSH_SEQ) != 0; in blk_complete_request()990 !(req->rq_flags & RQF_FLUSH_SEQ)) { in blk_account_io_done()
32 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro66 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)