Searched refs:mapped_lun (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_device.c | 272 u64 mapped_lun, in core_update_device_list_access() argument 279 deve = target_nacl_find_deve(nacl, mapped_lun); in core_update_device_list_access() 288 struct se_dev_entry *target_nacl_find_deve(struct se_node_acl *nacl, u64 mapped_lun) in target_nacl_find_deve() argument 293 if (deve->mapped_lun == mapped_lun) in target_nacl_find_deve() 326 u64 mapped_lun, in core_enable_device_list_for_node() argument 343 new->mapped_lun = mapped_lun; in core_enable_device_list_for_node() 352 orig = target_nacl_find_deve(nacl, mapped_lun); in core_enable_device_list_for_node() 369 nacl->initiatorname, mapped_lun); in core_enable_device_list_for_node() 617 u64 mapped_lun, in core_dev_init_initiator_node_lun_acl() argument 635 lacl->mapped_lun = mapped_lun; in core_dev_init_initiator_node_lun_acl() [all …]
|
D | target_core_stat.c | 895 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_inst_show() 918 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_show() 940 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_port_show() 961 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_indx_show() 981 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_or_port_show() 1001 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_intr_name_show() 1021 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_map_indx_show() 1041 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_att_count_show() 1061 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_num_cmds_show() 1082 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_read_mbytes_show() [all …]
|
D | target_core_pr.c | 627 u64 mapped_lun, in __core_scsi3_do_alloc_registration() argument 660 pr_reg->pr_reg_deve = target_nacl_find_deve(nacl, mapped_lun); in __core_scsi3_do_alloc_registration() 664 nacl->initiatorname, mapped_lun); in __core_scsi3_do_alloc_registration() 671 pr_reg->pr_res_mapped_lun = mapped_lun; in __core_scsi3_do_alloc_registration() 702 u64 mapped_lun, in __core_scsi3_alloc_registration() argument 719 pr_reg = __core_scsi3_do_alloc_registration(dev, nacl, lun, deve, mapped_lun, in __core_scsi3_alloc_registration() 799 deve_tmp->mapped_lun, NULL, in __core_scsi3_alloc_registration() 835 u64 mapped_lun, in core_scsi3_alloc_aptpl_registration() argument 864 pr_reg->pr_res_mapped_lun = mapped_lun; in core_scsi3_alloc_aptpl_registration() 934 u64 mapped_lun) in __core_scsi3_check_aptpl_registration() argument [all …]
|
D | target_core_fabric_configfs.c | 132 deve = target_nacl_find_deve(lacl->se_lun_nacl, lacl->mapped_lun); in target_fabric_mappedlun_link() 176 deve = target_nacl_find_deve(se_nacl, lacl->mapped_lun); in target_fabric_mappedlun_write_protect_show() 202 core_update_device_list_access(lacl->mapped_lun, wp, lacl->se_lun_nacl); in target_fabric_mappedlun_write_protect_store() 207 se_nacl->initiatorname, lacl->mapped_lun, (wp) ? "ON" : "OFF"); in target_fabric_mappedlun_write_protect_store() 282 unsigned long long mapped_lun; in target_fabric_make_mappedlun() local 304 ret = kstrtoull(buf + 4, 0, &mapped_lun); in target_fabric_make_mappedlun() 309 mapped_lun, &ret); in target_fabric_make_mappedlun()
|
D | target_core_ua.c | 163 " 0x%02x, ASCQ: 0x%02x\n", deve->mapped_lun, in core_scsi3_ua_allocate()
|
D | target_core_configfs.c | 1636 u64 mapped_lun = 0, target_lun = 0; in target_pr_res_aptpl_metadata_store() local 1736 mapped_lun = (u64)tmp_ll; in target_pr_res_aptpl_metadata_store() 1798 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
|
D | target_core_spc.c | 1238 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 625 u64 mapped_lun; member 633 u64 mapped_lun; member
|