tl_nexus          102 drivers/target/loopback/tcm_loop.c 	struct tcm_loop_nexus *tl_nexus;
tl_nexus          124 drivers/target/loopback/tcm_loop.c 	tl_nexus = tl_tpg->tl_nexus;
tl_nexus          125 drivers/target/loopback/tcm_loop.c 	if (!tl_nexus) {
tl_nexus          145 drivers/target/loopback/tcm_loop.c 	rc = target_submit_cmd_map_sgls(se_cmd, tl_nexus->se_sess, sc->cmnd,
tl_nexus          199 drivers/target/loopback/tcm_loop.c 	struct tcm_loop_nexus *tl_nexus;
tl_nexus          206 drivers/target/loopback/tcm_loop.c 	tl_nexus = tl_tpg->tl_nexus;
tl_nexus          207 drivers/target/loopback/tcm_loop.c 	if (!tl_nexus) {
tl_nexus          219 drivers/target/loopback/tcm_loop.c 	se_sess = tl_tpg->tl_nexus->se_sess;
tl_nexus          722 drivers/target/loopback/tcm_loop.c 	tl_tpg->tl_nexus = p;
tl_nexus          731 drivers/target/loopback/tcm_loop.c 	struct tcm_loop_nexus *tl_nexus;
tl_nexus          734 drivers/target/loopback/tcm_loop.c 	if (tl_tpg->tl_nexus) {
tl_nexus          739 drivers/target/loopback/tcm_loop.c 	tl_nexus = kzalloc(sizeof(*tl_nexus), GFP_KERNEL);
tl_nexus          740 drivers/target/loopback/tcm_loop.c 	if (!tl_nexus)
tl_nexus          743 drivers/target/loopback/tcm_loop.c 	tl_nexus->se_sess = target_setup_session(&tl_tpg->tl_se_tpg, 0, 0,
tl_nexus          745 drivers/target/loopback/tcm_loop.c 					name, tl_nexus, tcm_loop_alloc_sess_cb);
tl_nexus          746 drivers/target/loopback/tcm_loop.c 	if (IS_ERR(tl_nexus->se_sess)) {
tl_nexus          747 drivers/target/loopback/tcm_loop.c 		ret = PTR_ERR(tl_nexus->se_sess);
tl_nexus          748 drivers/target/loopback/tcm_loop.c 		kfree(tl_nexus);
tl_nexus          761 drivers/target/loopback/tcm_loop.c 	struct tcm_loop_nexus *tl_nexus;
tl_nexus          763 drivers/target/loopback/tcm_loop.c 	tl_nexus = tpg->tl_nexus;
tl_nexus          764 drivers/target/loopback/tcm_loop.c 	if (!tl_nexus)
tl_nexus          767 drivers/target/loopback/tcm_loop.c 	se_sess = tl_nexus->se_sess;
tl_nexus          779 drivers/target/loopback/tcm_loop.c 		 tl_nexus->se_sess->se_node_acl->initiatorname);
tl_nexus          784 drivers/target/loopback/tcm_loop.c 	tpg->tl_nexus = NULL;
tl_nexus          785 drivers/target/loopback/tcm_loop.c 	kfree(tl_nexus);
tl_nexus          796 drivers/target/loopback/tcm_loop.c 	struct tcm_loop_nexus *tl_nexus;
tl_nexus          799 drivers/target/loopback/tcm_loop.c 	tl_nexus = tl_tpg->tl_nexus;
tl_nexus          800 drivers/target/loopback/tcm_loop.c 	if (!tl_nexus)
tl_nexus          804 drivers/target/loopback/tcm_loop.c 		tl_nexus->se_sess->se_node_acl->initiatorname);
tl_nexus          923 drivers/target/loopback/tcm_loop.c 		if (tl_tpg->tl_nexus) {
tl_nexus          924 drivers/target/loopback/tcm_loop.c 			struct se_session *tl_sess = tl_tpg->tl_nexus->se_sess;
tl_nexus           42 drivers/target/loopback/tcm_loop.h 	struct tcm_loop_nexus *tl_nexus;