Home
last modified time | relevance | path

Searched refs:RQF_FLUSH_SEQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dblk-flush.c135 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()
H A Dblk-mq.c783 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()
/openbmc/linux/include/linux/
H A Dblk-mq.h32 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro
66 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)