Home
last modified time | relevance | path

Searched refs:vpd_pg80 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dscsi_sysfs.c432 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local
462 rcu_swap_protected(sdev->vpd_pg80, vpd_pg80, in scsi_device_dev_release_usercontext()
470 if (vpd_pg80) in scsi_device_dev_release_usercontext()
471 kfree_rcu(vpd_pg80, rcu); in scsi_device_dev_release_usercontext()
1176 if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80) in scsi_sdev_bin_attr_is_visible()
Dscsi.c489 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()
/Linux-v4.19/include/scsi/
Dscsi_device.h144 struct scsi_vpd __rcu *vpd_pg80; member