/openbmc/linux/drivers/md/ |
H A D | dm-zone.c | 133 case REQ_OP_WRITE_ZEROES: in dm_is_zone_write() 389 case REQ_OP_WRITE_ZEROES: in dm_zone_map_bio_begin() 442 case REQ_OP_WRITE_ZEROES: in dm_zone_map_bio_end() 498 case REQ_OP_WRITE_ZEROES: in dm_need_zone_wp_tracking()
|
H A D | dm-io.c | 326 else if (op == REQ_OP_WRITE_ZEROES) in do_region() 328 if ((op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) && in do_region() 345 case REQ_OP_WRITE_ZEROES: in do_region() 360 if (op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) { in do_region()
|
H A D | dm-stripe.c | 285 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES)) { in stripe_map()
|
H A D | dm-rq.c | 221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
|
H A D | md.h | 858 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
|
H A D | dm-kcopyd.c | 836 job->op = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
|
H A D | dm.c | 1105 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in clone_endio() 1600 case REQ_OP_WRITE_ZEROES: in is_abnormal_io() 1631 case REQ_OP_WRITE_ZEROES: in __process_abnormal_io()
|
H A D | dm-zoned-target.c | 433 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
|
/openbmc/linux/block/ |
H A D | blk.h | 132 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable() 176 if (unlikely(op == REQ_OP_WRITE_ZEROES)) in blk_queue_get_max_sectors() 302 case REQ_OP_WRITE_ZEROES: in bio_may_exceed_limits()
|
H A D | bounce.c | 178 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
|
H A D | blk-lib.c | 135 bio = blk_next_bio(bio, bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask); in __blkdev_issue_write_zeroes()
|
H A D | blk-merge.c | 374 case REQ_OP_WRITE_ZEROES: in __bio_split_to_limits() 441 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
|
H A D | blk-core.c | 802 case REQ_OP_WRITE_ZEROES: in submit_bio_noacct()
|
/openbmc/linux/arch/um/drivers/ |
H A D | ubd_kern.c | 464 else if (req_op(io_req->req) == REQ_OP_WRITE_ZEROES) in ubd_end_request() 1247 if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) { in ubd_map_req() 1312 else if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) in ubd_submit_request() 1350 case REQ_OP_WRITE_ZEROES: in ubd_queue_rq() 1512 case REQ_OP_WRITE_ZEROES: in do_io()
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 60 bio_op(bio) != REQ_OP_WRITE_ZEROES) in bio_has_data() 70 bio_op(bio) == REQ_OP_WRITE_ZEROES; in bio_no_advance_iter() 188 case REQ_OP_WRITE_ZEROES: in bio_segments()
|
H A D | blk_types.h | 383 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9, enumerator
|
H A D | blkdev.h | 1293 return op == REQ_OP_WRITE || op == REQ_OP_WRITE_ZEROES; in op_needs_zoned_write_locking()
|
/openbmc/linux/drivers/scsi/ |
H A D | sd_zbc.c | 515 case REQ_OP_WRITE_ZEROES: in sd_zbc_need_zone_wp_update() 570 case REQ_OP_WRITE_ZEROES: in sd_zbc_zone_wp_update()
|
H A D | sd.c | 1317 case REQ_OP_WRITE_ZEROES: in sd_init_command() 2131 case REQ_OP_WRITE_ZEROES: in sd_done()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 34 | (bio_op(bio_src) == REQ_OP_WRITE_ZEROES ? RQ_ZEROES : 0) in drbd_req_new() 1172 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES) in drbd_submit_req_private_bio() 1231 if (bio_op(bio) == REQ_OP_WRITE_ZEROES || in drbd_request_prepare()
|
H A D | drbd_worker.c | 176 bool is_discard = bio_op(bio) == REQ_OP_WRITE_ZEROES || in drbd_peer_request_endio() 253 case REQ_OP_WRITE_ZEROES: in drbd_request_endio()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | queue.c | 51 case REQ_OP_WRITE_ZEROES: in mmc_cqe_issue_type()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_fba.c | 560 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES) in dasd_fba_build_cp()
|
/openbmc/linux/drivers/block/ |
H A D | loop.c | 475 case REQ_OP_WRITE_ZEROES: in do_req_filebacked() 1854 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()
|
H A D | virtio_blk.c | 269 case REQ_OP_WRITE_ZEROES: in virtblk_setup_cmd()
|