Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_alua.c250 spin_lock(&cmd->se_lun->lun_tg_pt_gp_lock); in target_emulate_report_target_port_groups()
254 spin_unlock(&cmd->se_lun->lun_tg_pt_gp_lock); in target_emulate_report_target_port_groups()
295 spin_lock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
298 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
305 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
312 spin_unlock(&l_lun->lun_tg_pt_gp_lock); in target_emulate_set_target_port_groups()
697 spin_lock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
703 spin_unlock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
1250 spin_lock(&lun->lun_tg_pt_gp_lock); in core_alua_set_tg_pt_secondary_state()
1253 spin_unlock(&lun->lun_tg_pt_gp_lock); in core_alua_set_tg_pt_secondary_state()
[all …]
Dtarget_core_spc.c43 spin_lock(&lun->lun_tg_pt_gp_lock); in spc_fill_alua_data()
47 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_fill_alua_data()
297 spin_lock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
300 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
304 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
Dtarget_core_tpg.c562 spin_lock_init(&lun->lun_tg_pt_gp_lock); in core_tpg_alloc_lun()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h744 spinlock_t lun_tg_pt_gp_lock; member