Lines Matching refs:v2p
129 struct v2p_entry *v2p;
223 struct scsiback_tpg *tpg = pending_req->v2p->tpg;
226 tpg->tport->tport_name, pending_req->v2p->lun,
329 if (pending_req->v2p)
330 kref_put(&pending_req->v2p->kref,
362 struct se_session *sess = pending_req->v2p->tpg->tpg_nexus->tvn_se_sess;
368 pending_req->sense_buffer, pending_req->v2p->lun,
559 struct scsiback_tpg *tpg = pending_req->v2p->tpg;
562 u64 unpacked_lun = pending_req->v2p->lun;
614 struct v2p_entry *v2p)
616 struct scsiback_tpg *tpg = v2p->tpg;
644 struct v2p_entry *v2p;
666 v2p = scsiback_do_translation(info, &vir);
667 if (!v2p) {
668 pr_debug("the v2p of (chn:%d, tgt:%d, lun:%d) doesn't exist.\n",
673 pending_req = scsiback_get_pend_req(ring, v2p);
675 kref_put(&v2p->kref, scsiback_free_translation_entry);
680 pending_req->v2p = v2p;