Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_device.c480 spin_lock(&dev->t10_wwn.t10_vpd_lock); in se_release_vpd_for_dev()
486 spin_unlock(&dev->t10_wwn.t10_vpd_lock); in se_release_vpd_for_dev()
727 spin_lock_init(&dev->t10_wwn.t10_vpd_lock); in target_alloc_device()
H A Dtarget_core_configfs.c1714 spin_lock(&t10_wwn->t10_vpd_lock); in target_wwn_vpd_protocol_identifier_show()
1726 spin_unlock(&t10_wwn->t10_vpd_lock); in target_wwn_vpd_protocol_identifier_show()
1743 spin_lock(&t10_wwn->t10_vpd_lock); \
1766 spin_unlock(&t10_wwn->t10_vpd_lock); \
/linux/include/target/
H A Dtarget_core_base.h345 spinlock_t t10_vpd_lock; member