Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_alua.c255 if (tg_pt_gp) in target_emulate_report_target_port_groups()
670 if (!tg_pt_gp) { in target_alua_state_check()
895 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata()
1043 tg_pt_gp->tg_pt_gp_id, in core_alua_do_transition_tg_pt()
1226 if (!tg_pt_gp) { in core_alua_set_tg_pt_secondary_state()
1612 if (!tg_pt_gp) { in core_alua_allocate_tg_pt_gp()
1654 return tg_pt_gp; in core_alua_allocate_tg_pt_gp()
1785 return tg_pt_gp; in core_alua_get_tg_pt_gp_by_name()
1849 if (tg_pt_gp) { in target_detach_tg_pt_gp()
1876 if (tg_pt_gp) { in core_alua_show_tg_pt_gp_info()
[all …]
H A Dtarget_core_configfs.c2864 if (!tg_pt_gp->tg_pt_gp_valid_id) { in target_tg_pt_gp_alua_access_state_store()
2915 if (!tg_pt_gp->tg_pt_gp_valid_id) { in target_tg_pt_gp_alua_access_status_store()
3084 if (!tg_pt_gp->tg_pt_gp_valid_id) in target_tg_pt_gp_tg_pt_gp_id_show()
3116 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3129 spin_lock(&tg_pt_gp->tg_pt_gp_lock); in target_tg_pt_gp_members_show()
3149 spin_unlock(&tg_pt_gp->tg_pt_gp_lock); in target_tg_pt_gp_members_show()
3198 core_alua_free_tg_pt_gp(tg_pt_gp); in target_core_alua_tg_pt_gp_release()
3221 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_core_alua_create_tg_pt_gp() local
3226 if (!tg_pt_gp) in target_core_alua_create_tg_pt_gp()
3315 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_core_make_subdev() local
[all …]
H A Dtarget_core_spc.c30 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_fill_alua_data() local
44 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in spc_fill_alua_data()
45 if (tg_pt_gp) in spc_fill_alua_data()
46 buf[5] |= tg_pt_gp->tg_pt_gp_alua_access_type; in spc_fill_alua_data()
227 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_emulate_evpd_83() local
326 tg_pt_gp = rcu_dereference(lun->lun_tg_pt_gp); in spc_emulate_evpd_83()
327 if (!tg_pt_gp) { in spc_emulate_evpd_83()
331 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in spc_emulate_evpd_83()