Home
last modified time | relevance | path

Searched refs:vpd_pgb0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_sysfs.c451 struct scsi_vpd *vpd_pgb0 = NULL, *vpd_pgb1 = NULL, *vpd_pgb2 = NULL; in scsi_device_dev_release() local
491 vpd_pgb0 = rcu_replace_pointer(sdev->vpd_pgb0, vpd_pgb0, in scsi_device_dev_release()
507 if (vpd_pgb0) in scsi_device_dev_release()
508 kfree_rcu(vpd_pgb0, rcu); in scsi_device_dev_release()
1289 if (attr == &dev_attr_vpd_pgb0 && !sdev->vpd_pgb0) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c522 scsi_update_vpd_page(sdev, 0xb0, &sdev->vpd_pgb0); in scsi_attach_vpd()
H A Dsd.c3056 vpd = rcu_dereference(sdkp->device->vpd_pgb0); in sd_read_block_limits()
/openbmc/linux/include/scsi/
H A Dscsi_device.h149 struct scsi_vpd __rcu *vpd_pgb0; member