Home
last modified time | relevance | path

Searched refs:REQ_OP_WRITE_ZEROES (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/drivers/md/
H A Ddm-zone.c133 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 Ddm-io.c326 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 Ddm-stripe.c285 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES)) { in stripe_map()
H A Ddm-rq.c221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
H A Dmd.h858 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
H A Ddm-kcopyd.c836 job->op = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
H A Ddm.c1105 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 Ddm-zoned-target.c433 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
/openbmc/linux/block/
H A Dblk.h132 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 Dbounce.c178 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
H A Dblk-lib.c135 bio = blk_next_bio(bio, bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask); in __blkdev_issue_write_zeroes()
H A Dblk-merge.c374 case REQ_OP_WRITE_ZEROES: in __bio_split_to_limits()
441 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
H A Dblk-core.c802 case REQ_OP_WRITE_ZEROES: in submit_bio_noacct()
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c464 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 Dbio.h60 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 Dblk_types.h383 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9, enumerator
H A Dblkdev.h1293 return op == REQ_OP_WRITE || op == REQ_OP_WRITE_ZEROES; in op_needs_zoned_write_locking()
/openbmc/linux/drivers/scsi/
H A Dsd_zbc.c515 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 Dsd.c1317 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 Ddrbd_req.c34 | (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 Ddrbd_worker.c176 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 Dqueue.c51 case REQ_OP_WRITE_ZEROES: in mmc_cqe_issue_type()
/openbmc/linux/drivers/s390/block/
H A Ddasd_fba.c560 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 Dloop.c475 case REQ_OP_WRITE_ZEROES: in do_req_filebacked()
1854 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()
H A Dvirtio_blk.c269 case REQ_OP_WRITE_ZEROES: in virtblk_setup_cmd()

12