xcopy_pt_nacl     390 drivers/target/target_core_xcopy.c static struct se_node_acl xcopy_pt_nacl;
xcopy_pt_nacl     476 drivers/target/target_core_xcopy.c 	memset(&xcopy_pt_nacl, 0, sizeof(struct se_node_acl));
xcopy_pt_nacl     477 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list);
xcopy_pt_nacl     478 drivers/target/target_core_xcopy.c 	INIT_LIST_HEAD(&xcopy_pt_nacl.acl_sess_list);
xcopy_pt_nacl     484 drivers/target/target_core_xcopy.c 	xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg;
xcopy_pt_nacl     485 drivers/target/target_core_xcopy.c 	xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess;
xcopy_pt_nacl     488 drivers/target/target_core_xcopy.c 	xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl;