Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/rnbd/
Drnbd-proto.h237 bio_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in rnbd_to_bio_flags()
283 case REQ_OP_FLUSH: in rq_to_rnbd_flags()
/Linux-v5.10/Documentation/block/
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.
/Linux-v5.10/drivers/block/
Dps3disk.c184 case REQ_OP_FLUSH: in ps3disk_do_request()
246 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
Dxen-blkfront.c769 BUG_ON(req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA); in blkif_queue_rw_req()
781 if (req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA) { in blkif_queue_rw_req()
886 ((req_op(req) == REQ_OP_FLUSH) && in blkif_request_flush_invalid()
2106 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume()
Dvirtio_blk.c238 case REQ_OP_FLUSH: in virtio_queue_rq()
Dloop.c614 case REQ_OP_FLUSH: in do_req_filebacked()
2014 case REQ_OP_FLUSH: in loop_queue_rq()
Dnull_blk_main.c1364 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
Dnbd.c372 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
Dskd_main.c562 if (req_op(req) == REQ_OP_FLUSH) { in skd_mq_queue_rq()
/Linux-v5.10/include/linux/
Dblk_types.h342 REQ_OP_FLUSH = 2, enumerator
Dblkdev.h803 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
/Linux-v5.10/block/
Dblk-flush.c329 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
Dblk.h39 return blk_mq_map_queue(q, REQ_OP_FLUSH, ctx)->fq; in blk_get_flush_queue()
/Linux-v5.10/drivers/mmc/core/
Dqueue.c54 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
Dblock.c2212 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
2223 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
/Linux-v5.10/drivers/md/
Ddm-ebs-target.c366 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
/Linux-v5.10/arch/um/drivers/
Dubd_kern.c1389 case REQ_OP_FLUSH: in ubd_queue_rq()
1510 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io()
/Linux-v5.10/drivers/mtd/
Dmtd_blkdevs.c75 if (req_op(req) == REQ_OP_FLUSH) { in do_blktrans_request()
/Linux-v5.10/drivers/ide/
Dide-disk.c434 if (req_op(rq) != REQ_OP_FLUSH) in idedisk_prep_rq()
/Linux-v5.10/kernel/trace/
Dblktrace.c241 if (op == REQ_OP_FLUSH) in __blk_add_trace()
1978 case REQ_OP_FLUSH: in blk_fill_rwbs()
/Linux-v5.10/drivers/scsi/
Dsd.c1350 case REQ_OP_FLUSH: in sd_init_command()
/Linux-v5.10/drivers/nvme/host/
Dcore.c821 case REQ_OP_FLUSH: in nvme_setup_cmd()
/Linux-v5.10/drivers/block/drbd/
Ddrbd_receiver.c1302 bio->bi_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in submit_one_flush()