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

/linux-master/block/
H A Dblk-flush.c58 * sequence is complete. This is implemented by testing RQF_FLUSH_SEQ in
135 rq->rq_flags &= ~RQF_FLUSH_SEQ;
333 flush_rq->rq_flags |= RQF_FLUSH_SEQ;
386 rq->rq_flags |= RQF_FLUSH_SEQ;
H A Dblk-mq.c785 if (bio->bi_iter.bi_size == 0 && !(rq->rq_flags & RQF_FLUSH_SEQ))
820 const bool is_flush = (req->rq_flags & RQF_FLUSH_SEQ) != 0;
993 !(req->rq_flags & RQF_FLUSH_SEQ)) {
1505 return (rq->rq_flags & RQF_FLUSH_SEQ) && !is_flush_rq(rq);
/linux-master/include/linux/
H A Dblk-mq.h33 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) macro
65 (RQF_STARTED | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)

Completed in 137 milliseconds