Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_alua.c215 lun_tg_pt_gp_link) { in target_emulate_report_target_port_groups()
944 lun_tg_pt_gp_link) { in core_alua_queue_state_change_ua()
1771 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1772 list_del_init(&lun->lun_tg_pt_gp_link); in core_alua_free_tg_pt_gp()
1838 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
1862 list_del_init(&lun->lun_tg_pt_gp_link); in __target_detach_tg_pt_gp()
Dtarget_core_tpg.c573 INIT_LIST_HEAD(&lun->lun_tg_pt_gp_link); in core_tpg_alloc_lun()
Dtarget_core_configfs.c2963 lun_tg_pt_gp_link) { in target_tg_pt_gp_members_show()
/Linux-v5.4/include/target/
Dtarget_core_base.h736 struct list_head lun_tg_pt_gp_link; member