Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-mq.c1248 const int is_flush_fua = bio->bi_rw & (REQ_FLUSH | REQ_FUA); in blk_mq_make_request() local
1263 if (unlikely(is_flush_fua)) { in blk_mq_make_request()
1311 blk_mq_run_hw_queue(data.hctx, !is_sync || is_flush_fua); in blk_mq_make_request()
1324 const int is_flush_fua = bio->bi_rw & (REQ_FLUSH | REQ_FUA); in blk_sq_make_request() local
1333 use_plug = !is_flush_fua && !is_sync; in blk_sq_make_request()
1350 if (unlikely(is_flush_fua)) { in blk_sq_make_request()
1386 blk_mq_run_hw_queue(data.hctx, !is_sync || is_flush_fua); in blk_sq_make_request()