Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/ !
Dtarget_core_xcopy.c398 static struct se_node_acl xcopy_pt_nacl; variable
478 memset(&xcopy_pt_nacl, 0, sizeof(struct se_node_acl)); in target_xcopy_setup_pt()
479 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
480 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_sess_list); in target_xcopy_setup_pt()
486 xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
487 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; in target_xcopy_setup_pt()
490 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; in target_xcopy_setup_pt()