Searched refs:is_flush_fua (Results 1 – 1 of 1) sorted by relevance
1245 const int is_flush_fua = bio->bi_rw & (REQ_FLUSH | REQ_FUA); in blk_mq_make_request() local1262 if (!is_flush_fua && !blk_queue_nomerges(q)) { in blk_mq_make_request()1275 if (unlikely(is_flush_fua)) { in blk_mq_make_request()1328 blk_mq_run_hw_queue(data.hctx, !is_sync || is_flush_fua); in blk_mq_make_request()1342 const int is_flush_fua = bio->bi_rw & (REQ_FLUSH | REQ_FUA); in blk_sq_make_request() local1358 if (!is_flush_fua && !blk_queue_nomerges(q) && in blk_sq_make_request()1368 if (unlikely(is_flush_fua)) { in blk_sq_make_request()1404 blk_mq_run_hw_queue(data.hctx, !is_sync || is_flush_fua); in blk_sq_make_request()