Searched refs:REQ_INTEGRITY (Results 1 – 6 of 6) sorted by relevance
82 return rq->cmd_flags & REQ_INTEGRITY; in blk_integrity_rq()
44 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
401 #define REQ_INTEGRITY (__force blk_opf_t)(1ULL << __REQ_INTEGRITY) macro
45 bio->bi_opf &= ~REQ_INTEGRITY; in bio_integrity_free()95 bio->bi_opf |= REQ_INTEGRITY; in bio_integrity_alloc()
124 rq->cmd_flags |= REQ_INTEGRITY; in blk_rq_integrity_map_user()
1629 bio->bi_opf |= REQ_INTEGRITY; in integrity_end_io()2361 bio->bi_opf &= ~REQ_INTEGRITY; in dm_integrity_map_continue()
Completed in 23 milliseconds