Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_alua.c228 lun_tg_pt_gp_link) { in target_emulate_report_target_port_groups()
958 lun_tg_pt_gp_link) { in core_alua_queue_state_change_ua()
1783 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1784 list_del_init(&lun->lun_tg_pt_gp_link); in core_alua_free_tg_pt_gp()
1850 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
1874 list_del_init(&lun->lun_tg_pt_gp_link); in __target_detach_tg_pt_gp()
Dtarget_core_tpg.c587 INIT_LIST_HEAD(&lun->lun_tg_pt_gp_link); in core_tpg_alloc_lun()
Dtarget_core_configfs.c2745 lun_tg_pt_gp_link) { in target_tg_pt_gp_members_show()
/Linux-v4.19/include/target/
Dtarget_core_base.h727 struct list_head lun_tg_pt_gp_link; member