Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
H A Ddm-user.c316 case REQ_OP_WRITE_ZEROES: in bio_bytes_needed_to_user()
338 case REQ_OP_WRITE_ZEROES: in bio_bytes_needed_from_user()
365 case REQ_OP_WRITE_ZEROES: in bio_type_to_user_type()
H A Ddm-rq.c224 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
H A Ddm-stripe.c287 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES) || in stripe_map()
H A Dmd.h801 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
H A Ddm.c1006 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in clone_endio()
1557 case REQ_OP_WRITE_ZEROES: in is_abnormal_io()
1581 case REQ_OP_WRITE_ZEROES: in __process_abnormal_io()
H A Ddm-kcopyd.c949 job->rw = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
H A Ddm-zoned-target.c434 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h63 bio_op(bio) != REQ_OP_WRITE_ZEROES) in bio_has_data()
74 bio_op(bio) == REQ_OP_WRITE_ZEROES; in bio_no_advance_iter()
192 case REQ_OP_WRITE_ZEROES: in bio_segments()
H A Dblk_types.h363 REQ_OP_WRITE_ZEROES = 9, enumerator
H A Dblkdev.h822 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable()
1081 if (unlikely(op == REQ_OP_WRITE_ZEROES)) in blk_queue_get_max_sectors()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_kern.c1327 if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) { in ubd_map_req()
1393 else if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) in ubd_submit_request()
1431 case REQ_OP_WRITE_ZEROES: in ubd_queue_rq()
1587 case REQ_OP_WRITE_ZEROES: in do_io()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A 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()
H A Dsd.c1349 case REQ_OP_WRITE_ZEROES: in sd_init_command()
2050 case REQ_OP_WRITE_ZEROES: in sd_done()
/OK3568_Linux_fs/kernel/block/
H A Dbounce.c259 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
H A Dblk-lib.c270 bio->bi_opf = REQ_OP_WRITE_ZEROES; in __blkdev_issue_write_zeroes()
H A Dblk-merge.c311 case REQ_OP_WRITE_ZEROES: in __blk_queue_split()
391 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
H A Dblk-zoned.c75 case REQ_OP_WRITE_ZEROES: in blk_req_needs_zone_write_lock()
H A Dblk-core.c889 case REQ_OP_WRITE_ZEROES: in submit_bio_checks()
/OK3568_Linux_fs/kernel/Documentation/block/
H A 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
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.c36 | (bio_op(bio_src) == REQ_OP_WRITE_ZEROES ? RQ_ZEROES : 0) in drbd_req_new()
1162 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES) in drbd_submit_req_private_bio()
1218 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()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_fba.c569 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES) in dasd_fba_build_cp()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c603 case REQ_OP_WRITE_ZEROES: in do_req_filebacked()
2012 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()
H A Dvirtio_blk.c242 case REQ_OP_WRITE_ZEROES: in virtio_queue_rq()

12