Searched refs:REQ_OP_FLUSH (Results 1 – 20 of 20) sorted by relevance
244 bio_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in rnbd_to_bio_flags()290 case REQ_OP_FLUSH: in rq_to_rnbd_flags()
76 and handle empty REQ_OP_FLUSH requests in its prep_fn/request_fn. Note that78 of an empty REQ_OP_FLUSH request followed by the actual write by the block86 layer turns it into an empty REQ_OP_FLUSH request after the actual write.
41 return blk_mq_map_queue(q, REQ_OP_FLUSH, ctx)->fq; in blk_get_flush_queue()139 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
332 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
169 case REQ_OP_FLUSH: in ps3disk_do_request()231 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
763 BUG_ON(req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA); in blkif_queue_rw_req()775 if (req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA) { in blkif_queue_rw_req()885 ((req_op(req) == REQ_OP_FLUSH) && in blkif_request_flush_invalid()2084 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume()
477 case REQ_OP_FLUSH: in do_req_filebacked()1810 case REQ_OP_FLUSH: in loop_queue_rq()
231 case REQ_OP_FLUSH: in virtblk_setup_cmd()
386 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
352 REQ_OP_FLUSH = 2, enumerator
1333 if (op == REQ_OP_FLUSH) in ubd_submit_request()1369 case REQ_OP_FLUSH: in ubd_queue_rq()1486 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io()
366 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
52 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
2292 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()2303 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
55 if (req_op(req) == REQ_OP_FLUSH) { in do_blktrans_request()
242 if (op == REQ_OP_FLUSH) in __blk_add_trace()1905 case REQ_OP_FLUSH: in blk_fill_rwbs()
1417 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
1350 case REQ_OP_FLUSH: in sd_init_command()
1005 case REQ_OP_FLUSH: in nvme_setup_cmd()
1304 bio->bi_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in submit_one_flush()
Completed in 70 milliseconds