Searched refs:acl_node_list (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_tpg.c | 96 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl() 313 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in core_tpg_check_initiator_node_acl() 431 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in core_tpg_add_initiator_node_acl() 710 INIT_LIST_HEAD(&se_tpg->acl_node_list); in core_tpg_register() 762 list_for_each_entry_safe(nacl, nacl_tmp, &se_tpg->acl_node_list, in core_tpg_deregister()
|
D | target_core_device.c | 438 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg() 1214 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
|
D | target_core_xcopy.c | 456 INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list); in target_xcopy_setup_pt()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_conf.c | 253 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 890 struct list_head acl_node_list; member
|