Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_xcopy.c399 static struct se_node_acl xcopy_pt_nacl; variable
477 memset(&xcopy_pt_nacl, 0, sizeof(struct se_node_acl)); in target_xcopy_setup_pt()
478 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
479 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_sess_list); in target_xcopy_setup_pt()
483 xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
484 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; in target_xcopy_setup_pt()
487 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; in target_xcopy_setup_pt()