dif_storep        682 drivers/scsi/scsi_debug.c static struct t10_pi_tuple *dif_storep;	/* protection info */
dif_storep        741 drivers/scsi/scsi_debug.c 	return dif_storep + sector;
dif_storep       2594 drivers/scsi/scsi_debug.c 	const void *dif_store_end = dif_storep + sdebug_store_sectors;
dif_storep       2598 drivers/scsi/scsi_debug.c 	resid = sectors * sizeof(*dif_storep);
dif_storep       2621 drivers/scsi/scsi_debug.c 				memcpy(paddr + len - rest, dif_storep, rest);
dif_storep       2623 drivers/scsi/scsi_debug.c 				memcpy(dif_storep, paddr + len - rest, rest);
dif_storep       2626 drivers/scsi/scsi_debug.c 		sector += len / sizeof(*dif_storep);
dif_storep       2956 drivers/scsi/scsi_debug.c 			if (dif_storep) {
dif_storep       2957 drivers/scsi/scsi_debug.c 				memset(dif_storep + lba, 0xff,
dif_storep       2958 drivers/scsi/scsi_debug.c 				       sizeof(*dif_storep) *
dif_storep       5344 drivers/scsi/scsi_debug.c 		dif_storep = vmalloc(dif_size);
dif_storep       5346 drivers/scsi/scsi_debug.c 		pr_err("dif_storep %u bytes @ %p\n", dif_size, dif_storep);
dif_storep       5348 drivers/scsi/scsi_debug.c 		if (dif_storep == NULL) {
dif_storep       5354 drivers/scsi/scsi_debug.c 		memset(dif_storep, 0xff, dif_size);
dif_storep       5433 drivers/scsi/scsi_debug.c 	vfree(dif_storep);
dif_storep       5453 drivers/scsi/scsi_debug.c 	vfree(dif_storep);