| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-proto.h | 237 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 D | writeback_cache_control.rst | 76 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 D | dm-user.c | 312 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 D | dm-ebs-target.c | 366 if (unlikely(bio_op(bio) == REQ_OP_FLUSH)) in ebs_map()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | ps3disk.c | 184 case REQ_OP_FLUSH: in ps3disk_do_request() 246 if (req_op(req) == REQ_OP_FLUSH) { in ps3disk_interrupt()
|
| H A D | xen-blkfront.c | 783 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 D | loop.c | 601 case REQ_OP_FLUSH: in do_req_filebacked() 2010 case REQ_OP_FLUSH: in loop_queue_rq()
|
| H A D | virtio_blk.c | 236 case REQ_OP_FLUSH: in virtio_queue_rq()
|
| H A D | null_blk_main.c | 1364 if (op == REQ_OP_FLUSH) { in null_handle_cmd()
|
| H A D | nbd.c | 371 case REQ_OP_FLUSH: in req_to_nbd_cmd_type()
|
| H A D | skd_main.c | 562 if (req_op(req) == REQ_OP_FLUSH) { in skd_mq_queue_rq()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk_types.h | 355 REQ_OP_FLUSH = 2, enumerator
|
| H A D | blkdev.h | 819 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-flush.c | 335 flush_rq->cmd_flags = REQ_OP_FLUSH | REQ_PREFLUSH; in blk_kick_flush()
|
| H A D | blk.h | 39 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 D | ubd_kern.c | 1391 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 D | queue.c | 55 case REQ_OP_FLUSH: in mmc_cqe_issue_type()
|
| H A D | block.c | 2254 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 D | mtd_blkdevs.c | 75 if (req_op(req) == REQ_OP_FLUSH) { in do_blktrans_request()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-disk.c | 434 if (req_op(rq) != REQ_OP_FLUSH) in idedisk_prep_rq()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | blktrace.c | 241 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 D | sd.c | 1353 case REQ_OP_FLUSH: in sd_init_command()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 864 case REQ_OP_FLUSH: in nvme_setup_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 1302 bio->bi_opf = REQ_OP_FLUSH | REQ_PREFLUSH; in submit_one_flush()
|