Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
Dtarget_core_alua.c218 lun_tg_pt_gp_link) { in target_emulate_report_target_port_groups()
919 lun_tg_pt_gp_link) { in core_alua_queue_state_change_ua()
1744 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1745 list_del_init(&lun->lun_tg_pt_gp_link); in core_alua_free_tg_pt_gp()
1812 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
1837 list_del_init(&lun->lun_tg_pt_gp_link); in __target_detach_tg_pt_gp()
Dtarget_core_tpg.c626 INIT_LIST_HEAD(&lun->lun_tg_pt_gp_link); in core_tpg_alloc_lun()
Dtarget_core_configfs.c3131 lun_tg_pt_gp_link) { in target_tg_pt_gp_members_show()
/linux-6.6.21/include/target/
Dtarget_core_base.h756 struct list_head lun_tg_pt_gp_link; member