Searched refs:vpd_pgb7 (Results 1 – 3 of 3) sorted by relevance
453 struct scsi_vpd *vpd_pgb7 = NULL; in scsi_device_dev_release() local499 vpd_pgb7 = rcu_replace_pointer(sdev->vpd_pgb7, vpd_pgb7, in scsi_device_dev_release()517 if (vpd_pgb7) in scsi_device_dev_release()518 kfree_rcu(vpd_pgb7, rcu); in scsi_device_dev_release()1300 if (attr == &dev_attr_vpd_pgb7 && !sdev->vpd_pgb7) in scsi_sdev_bin_attr_is_visible()
543 scsi_update_vpd_page(sdev, 0xb7, &sdev->vpd_pgb7); in scsi_attach_vpd()
153 struct scsi_vpd __rcu *vpd_pgb7; member