Searched refs:REQ_OP_FLUSH (Results 1 – 22 of 22) sorted by relevance
244 bio_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in rnbd_to_bio_flags()284 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.
102 return blk_mq_map_queue(q, REQ_OP_FLUSH, ctx)->fq; in blk_get_flush_queue()342 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
126 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
169 case REQ_OP_FLUSH: in ps3disk_do_request()231 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
771 BUG_ON(req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA); in blkif_queue_rw_req()783 if (req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA) { in blkif_queue_rw_req()893 ((req_op(req) == REQ_OP_FLUSH) && in blkif_request_flush_invalid()2082 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume()
537 if (req_op(req) != REQ_OP_WRITE && req_op(req) != REQ_OP_FLUSH) in ublk_map_io()619 case REQ_OP_FLUSH: in ublk_setup_iod()774 req_op(req) == REQ_OP_FLUSH)) { in __ublk_rq_task_work()
478 case REQ_OP_FLUSH: in do_req_filebacked()1830 case REQ_OP_FLUSH: in loop_queue_rq()
262 case REQ_OP_FLUSH: in virtblk_setup_cmd()
385 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
364 REQ_OP_FLUSH = (__force blk_opf_t)2, enumerator
1330 if (op == REQ_OP_FLUSH) in ubd_submit_request()1366 case REQ_OP_FLUSH: in ubd_queue_rq()1483 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io()
368 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
1588 if (op != REQ_OP_READ && op != REQ_OP_WRITE && op != REQ_OP_FLUSH) { in is_abnormal_io()
53 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
2357 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()2368 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
58 case REQ_OP_FLUSH: in do_blktrans_request()
243 if (op == REQ_OP_FLUSH) in __blk_add_trace()1894 case REQ_OP_FLUSH: in blk_fill_rwbs()
1467 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
1252 case REQ_OP_FLUSH: in sd_init_command()
958 case REQ_OP_FLUSH: in nvme_setup_cmd()
1286 REQ_OP_FLUSH | REQ_PREFLUSH, GFP_NOIO); in submit_one_flush()
Completed in 82 milliseconds