Searched refs:acl_node_list (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_tpg.c | 45 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl() 209 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in target_add_node_acl() 229 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in target_tpg_has_node_acl() 474 INIT_LIST_HEAD(&se_tpg->acl_node_list); in core_tpg_register() 518 list_splice_init(&se_tpg->acl_node_list, &node_list); in core_tpg_deregister()
|
D | target_core_device.c | 459 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg() 571 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
|
D | target_core_xcopy.c | 487 INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list); in target_xcopy_setup_pt()
|
/kernel/linux/linux-5.10/include/target/ |
D | target_core_base.h | 889 struct list_head acl_node_list; member
|