Home
last modified time | relevance | path

Searched refs:tg_pt_gp_lun_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_alua.c225 list_for_each_entry(lun, &tg_pt_gp->tg_pt_gp_lun_list, in target_emulate_report_target_port_groups()
950 list_for_each_entry(lun, &tg_pt_gp->tg_pt_gp_lun_list, in core_alua_queue_state_change_ua()
1691 INIT_LIST_HEAD(&tg_pt_gp->tg_pt_gp_lun_list); in core_alua_allocate_tg_pt_gp()
1821 &tg_pt_gp->tg_pt_gp_lun_list, lun_tg_pt_gp_link) { in core_alua_free_tg_pt_gp()
1888 list_add_tail(&lun->lun_tg_pt_gp_link, &tg_pt_gp->tg_pt_gp_lun_list); in __target_attach_tg_pt_gp()
Dtarget_core_configfs.c2595 list_for_each_entry(lun, &tg_pt_gp->tg_pt_gp_lun_list, in target_tg_pt_gp_members_show()
/linux-4.4.14/include/target/
Dtarget_core_base.h296 struct list_head tg_pt_gp_lun_list; member