Searched refs:REQ_OP_SECURE_ERASE (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/block/rnbd/
H A Drnbd-proto.h237 bio_opf = REQ_OP_SECURE_ERASE;
271 case REQ_OP_SECURE_ERASE:
/linux-master/include/linux/
H A Dbio.h59 bio_op(bio) != REQ_OP_SECURE_ERASE &&
69 bio_op(bio) == REQ_OP_SECURE_ERASE ||
187 case REQ_OP_SECURE_ERASE:
H A Dblk_types.h340 REQ_OP_SECURE_ERASE = (__force blk_opf_t)5, enumerator in enum:req_op
/linux-master/block/
H A Dbounce.c178 case REQ_OP_SECURE_ERASE:
H A Dblk-lib.c325 bio = blk_next_bio(bio, bdev, 0, REQ_OP_SECURE_ERASE, gfp);
H A Dblk.h186 if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE))
315 case REQ_OP_SECURE_ERASE:
H A Dblk-merge.c359 case REQ_OP_SECURE_ERASE:
420 case REQ_OP_SECURE_ERASE:
598 req_op(rq) == REQ_OP_SECURE_ERASE)
H A Dblk-core.c802 case REQ_OP_SECURE_ERASE:
/linux-master/drivers/md/
H A Ddm-stripe.c284 unlikely(bio_op(bio) == REQ_OP_SECURE_ERASE) ||
H A Ddm.c1619 case REQ_OP_SECURE_ERASE:
1645 case REQ_OP_SECURE_ERASE:
/linux-master/drivers/mmc/core/
H A Dqueue.c50 case REQ_OP_SECURE_ERASE:
H A Dblock.c2406 case REQ_OP_SECURE_ERASE:
/linux-master/drivers/block/
H A Dxen-blkfront.c566 if (req_op(req) == REQ_OP_SECURE_ERASE && info->feature_secdiscard)
874 req_op(req) == REQ_OP_SECURE_ERASE))
2086 req_op(shadow[j].request) == REQ_OP_SECURE_ERASE ||
H A Dvirtio_blk.c273 case REQ_OP_SECURE_ERASE:
/linux-master/kernel/trace/
H A Dblktrace.c241 if (op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE)
1890 case REQ_OP_SECURE_ERASE:

Completed in 419 milliseconds