Searched refs:REQ_OP_SECURE_ERASE (Results 1 – 14 of 14) sorted by relevance
91 bio_op(bio) != REQ_OP_SECURE_ERASE && in bio_has_data()101 bio_op(bio) == REQ_OP_SECURE_ERASE || in bio_no_advance_iter()220 case REQ_OP_SECURE_ERASE: in bio_segments()
290 REQ_OP_SECURE_ERASE = 5, enumerator
1096 if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE)) in blk_queue_get_max_sectors()1133 req_op(rq) == REQ_OP_SECURE_ERASE) in blk_rq_get_max_sectors()
238 case REQ_OP_SECURE_ERASE: in bounce_clone_bio()
44 op = REQ_OP_SECURE_ERASE; in __blkdev_issue_discard()
190 case REQ_OP_SECURE_ERASE: in blk_queue_split()246 case REQ_OP_SECURE_ERASE: in __blk_recalc_rq_segments()
2302 case REQ_OP_SECURE_ERASE: in generic_make_request_checks()
53 case REQ_OP_SECURE_ERASE: in mmc_cqe_issue_type()
2243 case REQ_OP_SECURE_ERASE: in mmc_blk_mq_issue_rq()
299 unlikely(bio_op(bio) == REQ_OP_SECURE_ERASE) || in stripe_map()
1527 else if (bio_op(bio) == REQ_OP_SECURE_ERASE) in __process_abnormal_io()
556 if (req_op(req) == REQ_OP_SECURE_ERASE && info->feature_secdiscard) in blkif_queue_discard_req()855 req_op(req) == REQ_OP_SECURE_ERASE)) in blkif_queue_request()2096 req_op(shadow[j].request) == REQ_OP_SECURE_ERASE || in blkfront_resume()
237 if (op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE) in __blk_add_trace()1895 case REQ_OP_SECURE_ERASE: in blk_fill_rwbs()
86 { REQ_OP_SECURE_ERASE, "SECURE_ERASE" }, \