Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/block/
H A Dwriteback_cache_control.rst76 and handle empty REQ_OP_FLUSH requests in its prep_fn/request_fn. Note that
78 of an empty REQ_OP_FLUSH request followed by the actual write by the block
86 layer turns it into an empty REQ_OP_FLUSH request after the actual write.
/openbmc/linux/block/
H A Dblk-flush.c100 return blk_mq_map_queue(q, REQ_OP_FLUSH, ctx)->fq; in blk_get_flush_queue()
339 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
H A Dblk.h129 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
H A Dblk-mq.c466 if ((data->cmd_flags & REQ_OP_MASK) != REQ_OP_FLUSH && in __blk_mq_alloc_requests()
2573 } else if (req_op(rq) == REQ_OP_FLUSH) { in blk_mq_insert_request()
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-proto.h271 case REQ_OP_FLUSH: in rq_to_rnbd_flags()
/openbmc/linux/drivers/block/
H A Dps3disk.c169 case REQ_OP_FLUSH: in ps3disk_do_request()
231 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
H A Dxen-blkfront.c771 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 || in blkif_queue_rw_req()
894 ((req_op(req) == REQ_OP_FLUSH) && in blkif_request_flush_invalid()
2083 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume()
H A Dloop.c473 case REQ_OP_FLUSH: in do_req_filebacked()
1852 case REQ_OP_FLUSH: in loop_queue_rq()
H A Dvirtio_blk.c263 case REQ_OP_FLUSH: in virtblk_setup_cmd()
H A Dublk_drv.c1018 case REQ_OP_FLUSH: in ublk_setup_iod()
H A Dnbd.c399 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
/openbmc/linux/include/linux/
H A Dblk_types.h377 REQ_OP_FLUSH = (__force blk_opf_t)2, enumerator
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c1310 if (op == REQ_OP_FLUSH) in ubd_submit_request()
1346 case REQ_OP_FLUSH: in ubd_queue_rq()
1463 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io()
/openbmc/linux/drivers/mmc/core/
H A Dqueue.c53 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
H A Dblock.c2412 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
2423 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c368 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
H A Ddm.c1596 if (op != REQ_OP_READ && op != REQ_OP_WRITE && op != REQ_OP_FLUSH) { in is_abnormal_io()
/openbmc/linux/drivers/mtd/
H A Dmtd_blkdevs.c58 case REQ_OP_FLUSH: in do_blktrans_request()
/openbmc/linux/kernel/trace/
H A Dblktrace.c243 if (op == REQ_OP_FLUSH) in __blk_add_trace()
1894 case REQ_OP_FLUSH: in blk_fill_rwbs()
/openbmc/linux/drivers/block/null_blk/
H A Dmain.c1496 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
/openbmc/linux/drivers/scsi/
H A Dsd.c1319 case REQ_OP_FLUSH: in sd_init_command()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c959 case REQ_OP_FLUSH: in nvme_setup_cmd()