Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_tpg.c586 mutex_init(&lun->lun_tg_pt_md_mutex); in core_tpg_alloc_lun()
Dtarget_core_alua.c1216 mutex_lock(&lun->lun_tg_pt_md_mutex); in core_alua_update_tpg_secondary_metadata()
1252 mutex_unlock(&lun->lun_tg_pt_md_mutex); in core_alua_update_tpg_secondary_metadata()
Dtarget_core_device.c829 mutex_init(&xcopy_lun->lun_tg_pt_md_mutex); in target_alloc_device()
/Linux-v4.19/include/target/
Dtarget_core_base.h724 struct mutex lun_tg_pt_md_mutex; member