Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscsi_sysfs.c451 struct scsi_vpd *vpd_pgb0 = NULL, *vpd_pgb1 = NULL, *vpd_pgb2 = NULL; in scsi_device_dev_release() local
493 vpd_pgb1 = rcu_replace_pointer(sdev->vpd_pgb1, vpd_pgb1, in scsi_device_dev_release()
509 if (vpd_pgb1) in scsi_device_dev_release()
510 kfree_rcu(vpd_pgb1, rcu); in scsi_device_dev_release()
1264 if (attr == &dev_attr_vpd_pgb1 && !sdev->vpd_pgb1) in scsi_sdev_bin_attr_is_visible()
A Dscsi.c489 scsi_update_vpd_page(sdev, 0xb1, &sdev->vpd_pgb1); in scsi_attach_vpd()
A Dsd.c2974 vpd = rcu_dereference(sdkp->device->vpd_pgb1); in sd_read_block_characteristics()
/linux-6.3-rc2/include/scsi/
A Dscsi_device.h153 struct scsi_vpd __rcu *vpd_pgb1; member

Completed in 15 milliseconds