Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A 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()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c312 case REQ_OP_FLUSH: in bio_bytes_needed_to_user()
334 case REQ_OP_FLUSH: in bio_bytes_needed_from_user()
357 case REQ_OP_FLUSH: in bio_type_to_user_type()
H A Ddm-ebs-target.c366 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dps3disk.c184 case REQ_OP_FLUSH: in ps3disk_do_request()
246 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
H A Dxen-blkfront.c783 BUG_ON(req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA); in blkif_queue_rw_req()
795 if (req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA) { in blkif_queue_rw_req()
905 ((req_op(req) == REQ_OP_FLUSH) && in blkif_request_flush_invalid()
2182 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume()
H A Dloop.c601 case REQ_OP_FLUSH: in do_req_filebacked()
2010 case REQ_OP_FLUSH: in loop_queue_rq()
H A Dvirtio_blk.c236 case REQ_OP_FLUSH: in virtio_queue_rq()
H A Dnull_blk_main.c1364 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
H A Dnbd.c371 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
H A Dskd_main.c562 if (req_op(req) == REQ_OP_FLUSH) { in skd_mq_queue_rq()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h355 REQ_OP_FLUSH = 2, enumerator
H A Dblkdev.h819 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
/OK3568_Linux_fs/kernel/block/
H A Dblk-flush.c335 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
H A Dblk.h39 return blk_mq_map_queue(q, REQ_OP_FLUSH, ctx)->fq; in blk_get_flush_queue()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_kern.c1391 if (op == REQ_OP_FLUSH) in ubd_submit_request()
1427 case REQ_OP_FLUSH: in ubd_queue_rq()
1544 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dqueue.c55 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
H A Dblock.c2254 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
2265 case REQ_OP_FLUSH: in mmc_blk_mq_issue_rq()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtd_blkdevs.c75 if (req_op(req) == REQ_OP_FLUSH) { in do_blktrans_request()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-disk.c434 if (req_op(rq) != REQ_OP_FLUSH) in idedisk_prep_rq()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dblktrace.c241 if (op == REQ_OP_FLUSH) in __blk_add_trace()
1986 case REQ_OP_FLUSH: in blk_fill_rwbs()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.c1353 case REQ_OP_FLUSH: in sd_init_command()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c864 case REQ_OP_FLUSH: in nvme_setup_cmd()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_receiver.c1302 bio->bi_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in submit_one_flush()