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

/linux-4.1.27/drivers/target/
H A Dtarget_core_xcopy.c354 static struct se_session xcopy_pt_sess; variable in typeref:struct:se_session
465 memset(&xcopy_pt_sess, 0, sizeof(struct se_session)); target_xcopy_setup_pt()
466 INIT_LIST_HEAD(&xcopy_pt_sess.sess_list); target_xcopy_setup_pt()
467 INIT_LIST_HEAD(&xcopy_pt_sess.sess_acl_list); target_xcopy_setup_pt()
468 INIT_LIST_HEAD(&xcopy_pt_sess.sess_cmd_list); target_xcopy_setup_pt()
469 spin_lock_init(&xcopy_pt_sess.sess_cmd_lock); target_xcopy_setup_pt()
472 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; target_xcopy_setup_pt()
474 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; target_xcopy_setup_pt()
475 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; target_xcopy_setup_pt()
671 transport_init_se_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, length, target_xcopy_read_source()
731 transport_init_se_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, length, target_xcopy_write_destination()

Completed in 99 milliseconds