Searched refs:REQ_OP_WRITE_ZEROES (Results 1 – 25 of 33) sorted by relevance
12
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()359 if (op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) { in do_region()
132 case REQ_OP_WRITE_ZEROES: in dm_is_zone_write()390 case REQ_OP_WRITE_ZEROES: in dm_zone_map_bio_begin()443 case REQ_OP_WRITE_ZEROES: in dm_zone_map_bio_end()499 case REQ_OP_WRITE_ZEROES: in dm_need_zone_wp_tracking()
221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
285 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES)) { in stripe_map()
828 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
836 job->op = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
1109 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in clone_endio()1592 case REQ_OP_WRITE_ZEROES: in is_abnormal_io()1614 case REQ_OP_WRITE_ZEROES: in __process_abnormal_io()
433 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
129 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable()173 if (unlikely(op == REQ_OP_WRITE_ZEROES)) in blk_queue_get_max_sectors()308 case REQ_OP_WRITE_ZEROES: in bio_may_exceed_limits()
178 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
135 bio = blk_next_bio(bio, bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask); in __blkdev_issue_write_zeroes()
366 case REQ_OP_WRITE_ZEROES: in __bio_split_to_limits()433 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
797 case REQ_OP_WRITE_ZEROES: in submit_bio_noacct()
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()
370 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9, enumerator
1305 return op == REQ_OP_WRITE || op == REQ_OP_WRITE_ZEROES; in bdev_op_is_zoned_write()
1267 if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) { in ubd_map_req()1332 else if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) in ubd_submit_request()1370 case REQ_OP_WRITE_ZEROES: in ubd_queue_rq()1532 case REQ_OP_WRITE_ZEROES: in do_io()
516 case REQ_OP_WRITE_ZEROES: in sd_zbc_need_zone_wp_update()571 case REQ_OP_WRITE_ZEROES: in sd_zbc_zone_wp_update()
1250 case REQ_OP_WRITE_ZEROES: in sd_init_command()1985 case REQ_OP_WRITE_ZEROES: in sd_done()
34 | (bio_op(bio_src) == REQ_OP_WRITE_ZEROES ? RQ_ZEROES : 0) in drbd_req_new()1167 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES) in drbd_submit_req_private_bio()1226 if (bio_op(bio) == REQ_OP_WRITE_ZEROES || in drbd_request_prepare()
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()
51 case REQ_OP_WRITE_ZEROES: in mmc_cqe_issue_type()
560 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES) in dasd_fba_build_cp()
480 case REQ_OP_WRITE_ZEROES: in do_req_filebacked()1832 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()
268 case REQ_OP_WRITE_ZEROES: in virtblk_setup_cmd()
Completed in 61 milliseconds