Home
last modified time | relevance | path

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

/Linux-v5.15/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()
669 spin_lock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
675 spin_unlock(&lun->lun_tg_pt_gp_lock); in target_alua_state_check()
1222 spin_lock(&lun->lun_tg_pt_gp_lock); in core_alua_set_tg_pt_secondary_state()
1225 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()
328 spin_lock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
331 spin_unlock(&lun->lun_tg_pt_gp_lock); in spc_emulate_evpd_83()
335 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()
/Linux-v5.15/include/target/
Dtarget_core_base.h753 spinlock_t lun_tg_pt_gp_lock; member