Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-flush.c130 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request()
336 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()
436 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_insert_flush()
Dblk-mq-sched.c419 if ((rq->rq_flags & RQF_FLUSH_SEQ) || blk_rq_is_passthrough(rq)) in blk_mq_sched_bypass_insert()
460 at_head = (rq->rq_flags & RQF_FLUSH_SEQ) ? true : at_head; in blk_mq_sched_insert_request()
Dblk-core.c262 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()
1288 !(req->rq_flags & RQF_FLUSH_SEQ)) { in blk_account_io_done()
/kernel/linux/linux-5.10/include/linux/
Dblkdev.h83 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro
118 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)