Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_alua.c261 spin_lock(&cmd->se_lun->lun_tg_pt_gp_lock); in target_emulate_report_target_port_groups()
265 spin_unlock(&cmd->se_lun->lun_tg_pt_gp_lock); in target_emulate_report_target_port_groups()
306 spin_lock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
309 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
316 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
323 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
708 spin_lock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
714 spin_unlock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
1298 spin_lock(&lun->lun_tg_pt_gp_lock); in core_alua_set_tg_pt_secondary_state()
1301 spin_unlock(&lun->lun_tg_pt_gp_lock); in core_alua_set_tg_pt_secondary_state()
[all …]
Dtarget_core_spc.c56 spin_lock(&lun->lun_tg_pt_gp_lock); in spc_fill_alua_data()
60 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_fill_alua_data()
300 spin_lock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
303 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
307 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
Dtarget_core_tpg.c635 spin_lock_init(&lun->lun_tg_pt_gp_lock); in core_tpg_alloc_lun()
/linux-4.4.14/include/target/
Dtarget_core_base.h733 spinlock_t lun_tg_pt_gp_lock; member