Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_alua.c215 lun_tg_pt_gp_link) { in target_emulate_report_target_port_groups()
916 lun_tg_pt_gp_link) { in core_alua_queue_state_change_ua()
1742 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1743 list_del_init(&lun->lun_tg_pt_gp_link); in core_alua_free_tg_pt_gp()
1810 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
1835 list_del_init(&lun->lun_tg_pt_gp_link); in __target_detach_tg_pt_gp()
Dtarget_core_tpg.c561 INIT_LIST_HEAD(&lun->lun_tg_pt_gp_link); in core_tpg_alloc_lun()
Dtarget_core_configfs.c3073 lun_tg_pt_gp_link) { in target_tg_pt_gp_members_show()
/linux-5.19.10/include/target/
Dtarget_core_base.h751 struct list_head lun_tg_pt_gp_link; member