Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_alua.c218 lun_tg_pt_gp_link) { in target_emulate_report_target_port_groups()
918 lun_tg_pt_gp_link) { in core_alua_queue_state_change_ua()
1743 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1744 list_del_init(&lun->lun_tg_pt_gp_link); in core_alua_free_tg_pt_gp()
1811 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
1836 list_del_init(&lun->lun_tg_pt_gp_link); in __target_detach_tg_pt_gp()
H A Dtarget_core_tpg.c626 INIT_LIST_HEAD(&lun->lun_tg_pt_gp_link); in core_tpg_alloc_lun()
H A Dtarget_core_configfs.c3169 lun_tg_pt_gp_link) { in target_tg_pt_gp_members_show()
/linux/include/target/
H A Dtarget_core_base.h766 struct list_head lun_tg_pt_gp_link; member