Searched refs:REQ_OP_WRITE_ZEROES (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/drivers/block/rnbd/
H A Drnbd-proto.h240 bio_opf = REQ_OP_WRITE_ZEROES;
274 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/md/
H A Ddm-zone.c133 case REQ_OP_WRITE_ZEROES:
389 case REQ_OP_WRITE_ZEROES:
442 case REQ_OP_WRITE_ZEROES:
498 case REQ_OP_WRITE_ZEROES:
H A Ddm-io.c326 else if (op == REQ_OP_WRITE_ZEROES)
328 if ((op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) &&
345 case REQ_OP_WRITE_ZEROES:
360 if (op == REQ_OP_DISCARD || op == REQ_OP_WRITE_ZEROES) {
H A Ddm-rq.c221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES &&
H A Ddm-stripe.c285 unlikely(bio_op(bio) == REQ_OP_WRITE_ZEROES)) {
H A Dmd.h869 if (bio_op(bio) == REQ_OP_WRITE_ZEROES &&
H A Ddm.c1118 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES &&
1620 case REQ_OP_WRITE_ZEROES:
1651 case REQ_OP_WRITE_ZEROES:
H A Ddm-zoned-target.c433 case REQ_OP_WRITE_ZEROES:
H A Ddm-kcopyd.c359 * REQ_OP_READ, REQ_OP_WRITE or REQ_OP_WRITE_ZEROES.
836 job->op = REQ_OP_WRITE_ZEROES;
/linux-master/include/linux/
H A Dbio.h60 bio_op(bio) != REQ_OP_WRITE_ZEROES)
70 bio_op(bio) == REQ_OP_WRITE_ZEROES;
188 case REQ_OP_WRITE_ZEROES:
H A Dblk_types.h344 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9, enumerator in enum:req_op
388 /* for REQ_OP_WRITE_ZEROES: */
H A Dblkdev.h1309 return op == REQ_OP_WRITE || op == REQ_OP_WRITE_ZEROES;
/linux-master/block/
H A Dblk.h146 if (req_op(rq) == REQ_OP_WRITE_ZEROES)
190 if (unlikely(op == REQ_OP_WRITE_ZEROES))
316 case REQ_OP_WRITE_ZEROES:
H A Dbounce.c179 case REQ_OP_WRITE_ZEROES:
H A Dblk-lib.c137 bio = blk_next_bio(bio, bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask);
H A Dblk-merge.c362 case REQ_OP_WRITE_ZEROES:
429 case REQ_OP_WRITE_ZEROES:
H A Dblk-core.c811 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/scsi/
H A Dsd_zbc.c516 case REQ_OP_WRITE_ZEROES:
571 case REQ_OP_WRITE_ZEROES:
/linux-master/arch/um/drivers/
H A Dubd_kern.c1221 if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD) {
1286 else if (op == REQ_OP_WRITE_ZEROES || op == REQ_OP_DISCARD)
1324 case REQ_OP_WRITE_ZEROES:
1486 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c34 | (bio_op(bio_src) == REQ_OP_WRITE_ZEROES ? RQ_ZEROES : 0)
1172 else if (bio_op(bio) == REQ_OP_WRITE_ZEROES)
1231 if (bio_op(bio) == REQ_OP_WRITE_ZEROES ||
H A Ddrbd_worker.c176 bool is_discard = bio_op(bio) == REQ_OP_WRITE_ZEROES ||
253 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/mmc/core/
H A Dqueue.c51 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/block/
H A Dloop.c476 case REQ_OP_WRITE_ZEROES:
1851 case REQ_OP_WRITE_ZEROES:
H A Dvirtio_blk.c269 case REQ_OP_WRITE_ZEROES:
/linux-master/drivers/s390/block/
H A Ddasd_fba.c555 if (req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_WRITE_ZEROES)

Completed in 262 milliseconds

12