Searched refs:REQ_INTEGRITY (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dblk-integrity.h105 return rq->cmd_flags & REQ_INTEGRITY;
H A Dblk_types.h405 #define REQ_INTEGRITY (__force blk_opf_t)(1ULL << __REQ_INTEGRITY) macro
H A Dbio.h358 if (bio->bi_opf & REQ_INTEGRITY)
/linux-master/block/
H A Dbio-integrity.c85 bio->bi_opf |= REQ_INTEGRITY;
154 bio->bi_opf &= ~REQ_INTEGRITY;
/linux-master/drivers/nvme/host/
H A Dioctl.c152 req->cmd_flags |= REQ_INTEGRITY;
/linux-master/drivers/md/
H A Ddm-integrity.c1633 bio->bi_opf |= REQ_INTEGRITY;
2349 bio->bi_opf &= ~REQ_INTEGRITY;

Completed in 224 milliseconds