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

/drivers/target/
H A Dtarget_core_device.c264 core_disable_device_list_for_node(lun, NULL, deve->mapped_lun,
277 u32 mapped_lun,
284 deve = nacl->device_list[mapped_lun];
302 u32 mapped_lun,
312 deve = nacl->device_list[mapped_lun];
317 * + mapped_lun that was setup in demo mode..
350 deve->mapped_lun = mapped_lun;
379 u32 mapped_lun,
385 struct se_dev_entry *deve = nacl->device_list[mapped_lun];
276 core_update_device_list_access( u32 mapped_lun, u32 lun_access, struct se_node_acl *nacl) argument
299 core_enable_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) argument
376 core_disable_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) argument
1343 core_dev_init_initiator_node_lun_acl( struct se_portal_group *tpg, struct se_node_acl *nacl, u32 mapped_lun, int *ret) argument
[all...]
H A Dtarget_core_fabric_configfs.c115 deve = lacl->se_lun_nacl->device_list[lacl->mapped_lun];
144 struct se_dev_entry *deve = nacl->device_list[lacl->mapped_lun];
175 deve = se_nacl->device_list[lacl->mapped_lun];
201 core_update_device_list_access(lacl->mapped_lun, (op) ?
209 lacl->initiatorname, lacl->mapped_lun, (op) ? "ON" : "OFF");
327 unsigned long mapped_lun; local
355 ret = kstrtoul(buf + 4, 0, &mapped_lun);
358 if (mapped_lun > UINT_MAX) {
362 if (mapped_lun > (TRANSPORT_MAX_LUNS_PER_TPG-1)) {
364 "-1: %u for Target Portal Group: %u\n", mapped_lun,
[all...]
H A Dtarget_core_pr.c220 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
269 cmd->se_deve->mapped_lun,
283 cmd->se_lun->unpacked_lun, cmd->se_deve->mapped_lun,
617 pr_reg->pr_res_mapped_lun = deve->mapped_lun;
772 u32 mapped_lun,
801 pr_reg->pr_res_mapped_lun = mapped_lun;
900 (pr_reg->pr_res_mapped_lun == deve->mapped_lun) &&
942 u32 mapped_lun)
944 struct se_dev_entry *deve = nacl->device_list[mapped_lun];
1638 " dest_se_deve mapped_lun
767 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
937 core_scsi3_check_aptpl_registration( struct se_device *dev, struct se_portal_group *tpg, struct se_lun *lun, struct se_node_acl *nacl, u32 mapped_lun) argument
[all...]
H A Dtarget_core_configfs.c1254 {Opt_mapped_lun, "mapped_lun=%d"},
1274 u32 mapped_lun = 0, target_lun = 0; local
1365 mapped_lun = (u32)arg;
1422 i_port, isid, mapped_lun, t_port, tpgt, target_lun,

Completed in 79 milliseconds