Searched defs:mapped_lun (Results 1 - 4 of 4) sorted by relevance

/drivers/target/
H A Dtarget_core_device.c303 core_update_device_list_for_node(lun, NULL, deve->mapped_lun,
327 u32 mapped_lun,
334 deve = nacl->device_list[mapped_lun];
352 u32 mapped_lun,
359 struct se_dev_entry *deve = nacl->device_list[mapped_lun];
386 * + mapped_lun that was setup in demo mode..
408 deve->mapped_lun = mapped_lun;
479 deve->mapped_lun, TRANSPORT_LUNFLAGS_NO_ACCESS,
683 int_to_scsilun(deve->mapped_lun, (struc
326 core_update_device_list_access( u32 mapped_lun, u32 lun_access, struct se_node_acl *nacl) argument
349 core_update_device_list_for_node( struct se_lun *lun, struct se_lun_acl *lun_acl, u32 mapped_lun, u32 lun_access, struct se_node_acl *nacl, struct se_portal_group *tpg, int enable) argument
1478 core_dev_init_initiator_node_lun_acl( struct se_portal_group *tpg, u32 mapped_lun, char *initiatorname, int *ret) argument
[all...]
H A Dtarget_core_fabric_configfs.c111 deve = lacl->se_lun_nacl->device_list[lacl->mapped_lun];
140 struct se_dev_entry *deve = nacl->device_list[lacl->mapped_lun];
171 deve = se_nacl->device_list[lacl->mapped_lun];
195 core_update_device_list_access(lacl->mapped_lun, (op) ?
203 lacl->initiatorname, lacl->mapped_lun, (op) ? "ON" : "OFF");
321 unsigned long mapped_lun; local
349 if (strict_strtoul(buf + 4, 0, &mapped_lun) || mapped_lun > UINT_MAX) {
354 lacl = core_dev_init_initiator_node_lun_acl(se_tpg, mapped_lun,
H A Dtarget_core_pr.c234 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
289 cmd->se_deve->mapped_lun,
304 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
669 pr_reg->pr_res_mapped_lun = deve->mapped_lun;
831 u32 mapped_lun,
861 pr_reg->pr_res_mapped_lun = mapped_lun;
961 (pr_reg->pr_res_mapped_lun == deve->mapped_lun) &&
1006 struct se_dev_entry *deve = nacl->device_list[lun_acl->mapped_lun];
1722 " dest_se_deve mapped_lun: %u\n",
1724 dest_node_acl->initiatorname, dest_se_deve->mapped_lun);
826 core_scsi3_alloc_aptpl_registration( struct t10_reservation *pr_tmpl, u64 sa_res_key, unsigned char *i_port, unsigned char *isid, u32 mapped_lun, unsigned char *t_port, u16 tpgt, u32 target_lun, int res_holder, int all_tg_pt, u8 type) argument
[all...]
H A Dtarget_core_configfs.c1397 {Opt_mapped_lun, "mapped_lun=%d"},
1418 u32 mapped_lun = 0, target_lun = 0; local
1517 mapped_lun = (u32)arg;
1574 i_port, isid, mapped_lun, t_port, tpgt, target_lun,

Completed in 5052 milliseconds