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()341 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()394 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_rq_init_flush()
783 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()818 const bool is_flush = (req->rq_flags & RQF_FLUSH_SEQ) != 0; in blk_complete_request()991 !(req->rq_flags & RQF_FLUSH_SEQ)) { in blk_account_io_done()1521 return (rq->rq_flags & RQF_FLUSH_SEQ) && !is_flush_rq(rq); in blk_is_flush_data_rq()
32 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro66 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)