REQ_INTEGRITY      74 block/bio-integrity.c 	bio->bi_opf |= REQ_INTEGRITY;
REQ_INTEGRITY     108 block/bio-integrity.c 	bio->bi_opf &= ~REQ_INTEGRITY;
REQ_INTEGRITY    1450 drivers/md/dm-integrity.c 		bio->bi_opf |= REQ_INTEGRITY;
REQ_INTEGRITY    2001 drivers/md/dm-integrity.c 	bio->bi_opf &= ~REQ_INTEGRITY;
REQ_INTEGRITY     930 drivers/nvme/host/core.c 			req->cmd_flags |= REQ_INTEGRITY;
REQ_INTEGRITY     329 include/linux/bio.h 	if (bio->bi_opf & REQ_INTEGRITY)
REQ_INTEGRITY    1567 include/linux/blkdev.h 	return rq->cmd_flags & REQ_INTEGRITY;