Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dscsi_sysfs.c451 struct scsi_vpd *vpd_pgb0 = NULL, *vpd_pgb1 = NULL, *vpd_pgb2 = NULL; in scsi_device_dev_release_usercontext() local
498 vpd_pgb2 = rcu_replace_pointer(sdev->vpd_pgb2, vpd_pgb2, in scsi_device_dev_release_usercontext()
514 if (vpd_pgb2) in scsi_device_dev_release_usercontext()
515 kfree_rcu(vpd_pgb2, rcu); in scsi_device_dev_release_usercontext()
1274 if (attr == &dev_attr_vpd_pgb2 && !sdev->vpd_pgb2) in scsi_sdev_bin_attr_is_visible()
Dscsi.c491 scsi_update_vpd_page(sdev, 0xb2, &sdev->vpd_pgb2); in scsi_attach_vpd()
Dsd.c2977 vpd = rcu_dereference(sdkp->device->vpd_pgb2); in sd_read_block_provisioning()
/linux-5.19.10/include/scsi/
Dscsi_device.h154 struct scsi_vpd __rcu *vpd_pgb2; member