vpd_pg80          469 drivers/scsi/scsi.c 			scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80);
vpd_pg80          439 drivers/scsi/scsi_sysfs.c 	struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL;
vpd_pg80          469 drivers/scsi/scsi_sysfs.c 	rcu_swap_protected(sdev->vpd_pg80, vpd_pg80,
vpd_pg80          477 drivers/scsi/scsi_sysfs.c 	if (vpd_pg80)
vpd_pg80          478 drivers/scsi/scsi_sysfs.c 		kfree_rcu(vpd_pg80, rcu);
vpd_pg80         1203 drivers/scsi/scsi_sysfs.c 	if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80)
vpd_pg80          144 include/scsi/scsi_device.h 	struct scsi_vpd __rcu *vpd_pg80;