Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_tpg.c625 mutex_init(&lun->lun_tg_pt_md_mutex); in core_tpg_alloc_lun()
H A Dtarget_core_alua.c1176 mutex_lock(&lun->lun_tg_pt_md_mutex); in core_alua_update_tpg_secondary_metadata()
1212 mutex_unlock(&lun->lun_tg_pt_md_mutex); in core_alua_update_tpg_secondary_metadata()
H A Dtarget_core_device.c783 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()
/openbmc/linux/include/target/
H A Dtarget_core_base.h753 struct mutex lun_tg_pt_md_mutex; member