Searched refs:vpd_pg80 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_sysfs.c | 450 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local 486 vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, in scsi_device_dev_release_usercontext() 498 if (vpd_pg80) in scsi_device_dev_release_usercontext() 499 kfree_rcu(vpd_pg80, rcu); in scsi_device_dev_release_usercontext() 1259 if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80) in scsi_sdev_bin_attr_is_visible()
|
H A D | scsi.c | 464 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_sysfs.c | 449 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local 485 vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, in scsi_device_dev_release() 503 if (vpd_pg80) in scsi_device_dev_release() 504 kfree_rcu(vpd_pg80, rcu); in scsi_device_dev_release() 1280 if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80) in scsi_sdev_bin_attr_is_visible()
|
H A D | scsi.c | 509 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 145 struct scsi_vpd __rcu *vpd_pg80; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 147 struct scsi_vpd __rcu *vpd_pg80; member
|
Completed in 10 milliseconds