acl_node_list     460 drivers/target/target_core_device.c 	list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) {
acl_node_list     572 drivers/target/target_core_device.c 		list_for_each_entry(acl, &tpg->acl_node_list, acl_list) {
acl_node_list      48 drivers/target/target_core_tpg.c 	list_for_each_entry(acl, &tpg->acl_node_list, acl_list) {
acl_node_list     212 drivers/target/target_core_tpg.c 	list_add_tail(&acl->acl_list, &tpg->acl_node_list);
acl_node_list     232 drivers/target/target_core_tpg.c 	list_for_each_entry(acl, &tpg->acl_node_list, acl_list) {
acl_node_list     477 drivers/target/target_core_tpg.c 	INIT_LIST_HEAD(&se_tpg->acl_node_list);
acl_node_list     530 drivers/target/target_core_tpg.c 	list_splice_init(&se_tpg->acl_node_list, &node_list);
acl_node_list     471 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list);
acl_node_list     881 include/target/target_core_base.h 	struct list_head	acl_node_list;