Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_sysfs.c452 struct scsi_vpd *vpd_pgb7 = NULL; in scsi_device_dev_release() local
498 vpd_pgb7 = rcu_replace_pointer(sdev->vpd_pgb7, vpd_pgb7, in scsi_device_dev_release()
516 if (vpd_pgb7) in scsi_device_dev_release()
517 kfree_rcu(vpd_pgb7, rcu); in scsi_device_dev_release()
1304 if (attr == &dev_attr_vpd_pgb7 && !sdev->vpd_pgb7) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c528 scsi_update_vpd_page(sdev, 0xb7, &sdev->vpd_pgb7);
H A Dsd.c3391 vpd = rcu_dereference(sdkp->device->vpd_pgb7); in sd_read_block_limits_ext()
/linux/include/scsi/
H A Dscsi_device.h152 struct scsi_vpd __rcu *vpd_pgb7; member