Home
last modified time | relevance | path

Searched refs:acl_node_list (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_tpg.c61 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl()
221 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in target_add_node_acl()
536 INIT_LIST_HEAD(&se_tpg->acl_node_list); in core_tpg_register()
589 list_splice_init(&se_tpg->acl_node_list, &node_list); in core_tpg_deregister()
Dtarget_core_device.c465 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg()
578 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
Dtarget_core_xcopy.c442 INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list); in target_xcopy_setup_pt()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c209 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()
/linux-4.4.14/include/target/
Dtarget_core_base.h881 struct list_head acl_node_list; member