Searched refs:REQ_OP_SECURE_ERASE (Results 1 - 15 of 15) sorted by last modified time

/linux-master/kernel/trace/
H A Dblktrace.c241 if (op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE)
1889 case REQ_OP_SECURE_ERASE:
/linux-master/drivers/mmc/core/
H A Dblock.c2406 case REQ_OP_SECURE_ERASE:
H A Dqueue.c50 case REQ_OP_SECURE_ERASE:
/linux-master/include/linux/
H A Dblk_types.h328 REQ_OP_SECURE_ERASE = (__force blk_opf_t)5, enumerator in enum:req_op
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:
/linux-master/drivers/md/
H A Ddm.c1606 case REQ_OP_SECURE_ERASE:
1632 case REQ_OP_SECURE_ERASE:
H A Ddm-stripe.c284 unlikely(bio_op(bio) == REQ_OP_SECURE_ERASE) ||
/linux-master/drivers/block/
H A Dvirtio_blk.c273 case REQ_OP_SECURE_ERASE:
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 ||
/linux-master/block/
H A Dblk.h187 if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE))
324 case REQ_OP_SECURE_ERASE:
H A Dblk-merge.c359 case REQ_OP_SECURE_ERASE:
421 case REQ_OP_SECURE_ERASE:
599 req_op(rq) == REQ_OP_SECURE_ERASE)
H A Dblk-lib.c313 bio = blk_next_bio(bio, bdev, 0, REQ_OP_SECURE_ERASE, gfp);
H A Dblk-core.c807 case REQ_OP_SECURE_ERASE:
H A Dbounce.c178 case REQ_OP_SECURE_ERASE:
/linux-master/drivers/block/rnbd/
H A Drnbd-proto.h237 bio_opf = REQ_OP_SECURE_ERASE;
271 case REQ_OP_SECURE_ERASE:

Completed in 471 milliseconds