Searched refs:vpd_pg83 (Results 1 – 5 of 5) sorted by relevance
3283 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local3287 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()3288 if (!vpd_pg83) { in scsi_vpd_lun_id()3300 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()3301 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()3407 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local3411 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()3412 if (!vpd_pg83) { in scsi_vpd_tpg_id()3417 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()3418 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
449 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local488 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release()504 if (vpd_pg83) in scsi_device_dev_release()505 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release()1289 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
521 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
1867 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()
146 struct scsi_vpd __rcu *vpd_pg83; member