Searched refs:REQ_OP_WRITE_ZEROES (Results 1 – 25 of 35) sorted by relevance
12
240 bio_opf = REQ_OP_WRITE_ZEROES; in rnbd_to_bio_flags()274 case REQ_OP_WRITE_ZEROES: in rq_to_rnbd_flags()
1012 if ((req_op(rq) != REQ_OP_DISCARD) && (req_op(rq) != REQ_OP_WRITE_ZEROES)) in rnbd_client_xfer_request()
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()
138 case REQ_OP_WRITE_ZEROES: in dm_is_zone_write()
221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
286 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES)) { in stripe_map()
941 if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in mddev_check_write_zeroes()
836 job->op = REQ_OP_WRITE_ZEROES; in dm_kcopyd_copy()
1119 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES && in clone_endio()1635 case REQ_OP_WRITE_ZEROES: in is_abnormal_io()1662 case REQ_OP_WRITE_ZEROES: in __process_abnormal_io()
433 case REQ_OP_WRITE_ZEROES: in dmz_handle_bio()
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()
339 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9, enumerator
148 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable()194 if (unlikely(op == REQ_OP_WRITE_ZEROES)) in blk_queue_get_max_sectors()386 case REQ_OP_WRITE_ZEROES: in __bio_split_to_limits()
179 case REQ_OP_WRITE_ZEROES: in bounce_clone_bio()
134 bio = bio_alloc(bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask); in __blkdev_issue_write_zeroes()
867 WARN_ON_ONCE(bio_op(bio) != REQ_OP_WRITE_ZEROES && in blk_zone_write_plug_init_request()1076 case REQ_OP_WRITE_ZEROES: in blk_zone_plug_bio()
829 case REQ_OP_WRITE_ZEROES: in submit_bio_noacct()
442 case REQ_OP_WRITE_ZEROES: in blk_recalc_rq_segments()
453 else if (req_op(io_req->req) == REQ_OP_WRITE_ZEROES) in ubd_end_request()1205 if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) { in ubd_map_req()1270 else if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) in ubd_submit_request()1308 case REQ_OP_WRITE_ZEROES: in ubd_queue_rq()1470 case REQ_OP_WRITE_ZEROES: in do_io()
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()
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()
556 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES) in dasd_fba_build_cp()
496 case REQ_OP_WRITE_ZEROES: in do_req_filebacked()1854 case REQ_OP_WRITE_ZEROES: in loop_queue_rq()
269 case REQ_OP_WRITE_ZEROES: in virtblk_setup_cmd()
Completed in 74 milliseconds