Home
last modified time | relevance | path

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

/linux/block/
A Dblk-flush.c130 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request()
334 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush()
434 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_insert_flush()
A Dblk-mq-sched.c421 if ((rq->rq_flags & RQF_FLUSH_SEQ) || blk_rq_is_passthrough(rq)) in blk_mq_sched_bypass_insert()
459 at_head = (rq->rq_flags & RQF_FLUSH_SEQ) ? true : at_head; in blk_mq_sched_insert_request()
A Dblk.h361 !(req->rq_flags & RQF_FLUSH_SEQ)) in blk_account_io_done()
A Dblk-mq.c673 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ)) in req_bio_endio()
/linux/include/linux/
A Dblk-mq.h29 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro
64 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)

Completed in 16 milliseconds