Home
last modified time | relevance | path

Searched refs:vpd_pg0 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/scsi/
Dscsi_sysfs.c451 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release_usercontext() local
481 vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0, in scsi_device_dev_release_usercontext()
491 if (vpd_pg0) in scsi_device_dev_release_usercontext()
492 kfree_rcu(vpd_pg0, rcu); in scsi_device_dev_release_usercontext()
1225 if (attr == &dev_attr_vpd_pg0 && !sdev->vpd_pg0) in scsi_sdev_bin_attr_is_visible()
Dscsi.c455 scsi_update_vpd_page(sdev, 0x0, &sdev->vpd_pg0); in scsi_attach_vpd()
/Linux-v5.10/include/scsi/
Dscsi_device.h143 struct scsi_vpd __rcu *vpd_pg0; member