tpg_lun_mutex     115 drivers/target/target_core_tpg.c 	mutex_lock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     121 drivers/target/target_core_tpg.c 					    lockdep_is_held(&tpg->tpg_lun_mutex));
tpg_lun_mutex     155 drivers/target/target_core_tpg.c 	mutex_unlock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     481 drivers/target/target_core_tpg.c 	mutex_init(&se_tpg->tpg_lun_mutex);
tpg_lun_mutex     602 drivers/target/target_core_tpg.c 	mutex_lock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     617 drivers/target/target_core_tpg.c 	mutex_unlock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     648 drivers/target/target_core_tpg.c 	mutex_lock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     662 drivers/target/target_core_tpg.c 	mutex_unlock(&tpg->tpg_lun_mutex);
tpg_lun_mutex     921 drivers/xen/xen-scsiback.c 			mutex_lock(&tpg_entry->se_tpg.tpg_lun_mutex);
tpg_lun_mutex     931 drivers/xen/xen-scsiback.c 			mutex_unlock(&tpg_entry->se_tpg.tpg_lun_mutex);
tpg_lun_mutex     878 include/target/target_core_base.h 	struct mutex		tpg_lun_mutex;