Home
last modified time | relevance | path

Searched refs:lun_tg_pt_gp (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/target/
Dtarget_core_alua.c254 tg_pt_gp = rcu_dereference(cmd->se_lun->lun_tg_pt_gp); in target_emulate_report_target_port_groups()
299 l_tg_pt_gp = rcu_dereference(l_lun->lun_tg_pt_gp); in target_emulate_set_target_port_groups()
669 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in target_alua_state_check()
1225 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in core_alua_set_tg_pt_secondary_state()
1759 rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); in core_alua_free_tg_pt_gp()
1811 rcu_assign_pointer(lun->lun_tg_pt_gp, tg_pt_gp); in __target_attach_tg_pt_gp()
1847 tg_pt_gp = rcu_dereference_check(lun->lun_tg_pt_gp, in target_detach_tg_pt_gp()
1851 rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); in target_detach_tg_pt_gp()
1875 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in core_alua_show_tg_pt_gp_info()
1938 tg_pt_gp = rcu_dereference_check(lun->lun_tg_pt_gp, in core_alua_store_tg_pt_gp_info()
Dtarget_core_spc.c44 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in spc_fill_alua_data()
326 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in spc_emulate_evpd_83()
1973 l_tg_pt_gp = rcu_dereference(l_lun->lun_tg_pt_gp); in tcm_is_set_tpg_enabled()
/linux-6.6.21/include/target/
Dtarget_core_base.h757 struct t10_alua_tg_pt_gp __rcu *lun_tg_pt_gp; member