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

/linux-master/drivers/scsi/
H A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; local
484 vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0,
502 if (vpd_pg0)
503 kfree_rcu(vpd_pg0, rcu);
1283 if (attr == &dev_attr_vpd_pg0 && !sdev->vpd_pg0)
H A Dscsi.c507 scsi_update_vpd_page(sdev, 0x0, &sdev->vpd_pg0);
/linux-master/include/scsi/
H A Dscsi_device.h145 struct scsi_vpd __rcu *vpd_pg0; member in struct:scsi_device

Completed in 137 milliseconds