Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c351 static struct se_session xcopy_pt_sess; variable
450 memset(&xcopy_pt_sess, 0, sizeof(struct se_session)); in target_xcopy_setup_pt()
451 INIT_LIST_HEAD(&xcopy_pt_sess.sess_list); in target_xcopy_setup_pt()
452 INIT_LIST_HEAD(&xcopy_pt_sess.sess_acl_list); in target_xcopy_setup_pt()
453 INIT_LIST_HEAD(&xcopy_pt_sess.sess_cmd_list); in target_xcopy_setup_pt()
454 spin_lock_init(&xcopy_pt_sess.sess_cmd_lock); in target_xcopy_setup_pt()
457 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; in target_xcopy_setup_pt()
459 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
460 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; in target_xcopy_setup_pt()
649 transport_init_se_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, length, in target_xcopy_read_source()
[all …]