Searched defs:se_lun (Results 1 - 3 of 3) sorted by relevance

/drivers/target/
H A Dtarget_core_device.c63 struct se_lun *se_lun = NULL; local
101 se_lun = deve->se_lun;
102 se_cmd->se_lun = deve->se_lun;
109 if (!se_lun) {
134 se_lun = &se_sess->se_tpg->tpg_virt_lun0;
135 se_cmd->se_lun = &se_sess->se_tpg->tpg_virt_lun0;
140 * Determine if the struct se_lun i
173 struct se_lun *se_lun = NULL; local
[all...]
H A Dtarget_core_pr.c234 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
285 cmd->se_lun->unpacked_lun,
288 " from %s \n", cmd->se_lun->unpacked_lun,
304 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
670 pr_reg->pr_aptpl_target_lun = deve->se_lun->unpacked_lun;
674 pr_reg->pr_reg_tg_pt_lun = deve->se_lun;
931 struct se_lun *lun,
1001 struct se_lun *lun,
1897 struct se_lun *lun;
2117 struct se_lun *se_lu local
2432 struct se_lun *se_lun = cmd->se_lun; local
2665 struct se_lun *se_lun = cmd->se_lun; local
3352 struct se_lun *se_lun = cmd->se_lun; local
[all...]
/drivers/target/loopback/
H A Dtcm_loop.c349 * Locate the underlying TCM struct se_lun from sc->device->lun
880 struct se_lun *lun)
899 struct se_lun *se_lun)
909 se_lun->unpacked_lun);
912 "%d\n", 0, tl_tpg->tl_tpgt, se_lun->unpacked_lun);
897 tcm_loop_port_unlink( struct se_portal_group *se_tpg, struct se_lun *se_lun) argument

Completed in 191 milliseconds