Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-flush.c135 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()
Dblk-mq.c782 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()
/Linux-v6.6/include/linux/
Dblk-mq.h32 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro
66 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)