Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/md/
Ddm-io.c316 else if (op == REQ_OP_WRITE_ZEROES) in do_region()
320 if ((op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES || in do_region()
337 case REQ_OP_WRITE_ZEROES: in do_region()
355 if (op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) { in do_region()
Ddm-rq.c224 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
Ddm-stripe.c287 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES) || in stripe_map()
Dmd.h802 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
Ddm-kcopyd.c832 job->rw = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
Ddm.c985 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in clone_endio()
1495 case REQ_OP_WRITE_ZEROES: in is_abnormal_io()
1519 case REQ_OP_WRITE_ZEROES: in __process_abnormal_io()
Ddm-zoned-target.c434 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
/Linux-v5.10/include/linux/
Dbio.h65 bio_op(bio) != REQ_OP_WRITE_ZEROES) in bio_has_data()
76 bio_op(bio) == REQ_OP_WRITE_ZEROES; in bio_no_advance_iter()
194 case REQ_OP_WRITE_ZEROES: in bio_segments()
Dblk_types.h350 REQ_OP_WRITE_ZEROES = 9, enumerator
Dblkdev.h806 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable()
1065 if (unlikely(op == REQ_OP_WRITE_ZEROES)) in blk_queue_get_max_sectors()
/Linux-v5.10/drivers/scsi/
Dsd_zbc.c424 case REQ_OP_WRITE_ZEROES: in sd_zbc_need_zone_wp_update()
477 case REQ_OP_WRITE_ZEROES: in sd_zbc_zone_wp_update()
Dsd.c1346 case REQ_OP_WRITE_ZEROES: in sd_init_command()
2033 case REQ_OP_WRITE_ZEROES: in sd_done()
/Linux-v5.10/block/
Dbounce.c259 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
Dblk-lib.c270 bio->bi_opf = REQ_OP_WRITE_ZEROES; in __blkdev_issue_write_zeroes()
Dblk-merge.c308 case REQ_OP_WRITE_ZEROES: in __blk_queue_split()
378 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
Dblk-zoned.c75 case REQ_OP_WRITE_ZEROES: in blk_req_needs_zone_write_lock()
Dblk-core.c883 case REQ_OP_WRITE_ZEROES: in submit_bio_checks()
/Linux-v5.10/Documentation/block/
Dqueue-sysfs.rst260 For block drivers that support REQ_OP_WRITE_ZEROES, the maximum number of
261 bytes that can be zeroed at once. The value 0 means that REQ_OP_WRITE_ZEROES
/Linux-v5.10/drivers/block/drbd/
Ddrbd_req.c36 | (bio_op(bio_src) == REQ_OP_WRITE_ZEROES ? RQ_ZEROES : 0) in drbd_req_new()
1161 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES) in drbd_submit_req_private_bio()
1217 if (bio_op(bio) == REQ_OP_WRITE_ZEROES || in drbd_request_prepare()
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()
Ddrbd_receiver.c2443 return REQ_OP_WRITE_ZEROES; in wire_flags_to_bio_op()
2646 D_ASSERT(peer_device, op == REQ_OP_WRITE_ZEROES); in receive_Data()
5012 const int op = REQ_OP_WRITE_ZEROES; in receive_rs_deallocated()
/Linux-v5.10/arch/um/drivers/
Dubd_kern.c1397 case REQ_OP_WRITE_ZEROES: in ubd_queue_rq()
1554 case REQ_OP_WRITE_ZEROES: in do_io()
/Linux-v5.10/drivers/s390/block/
Ddasd_fba.c569 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES) in dasd_fba_build_cp()
/Linux-v5.10/drivers/block/
Dvirtio_blk.c244 case REQ_OP_WRITE_ZEROES: in virtio_queue_rq()
Dloop.c616 case REQ_OP_WRITE_ZEROES: in do_req_filebacked()
2016 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()

12