Searched refs:mapped_lun (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_device.c | 246 u64 mapped_lun, in core_update_device_list_access() argument 253 deve = target_nacl_find_deve(nacl, mapped_lun); in core_update_device_list_access() 262 struct se_dev_entry *target_nacl_find_deve(struct se_node_acl *nacl, u64 mapped_lun) in target_nacl_find_deve() argument 267 if (deve->mapped_lun == mapped_lun) in target_nacl_find_deve() 319 u64 mapped_lun, in core_enable_device_list_for_node() argument 336 new->mapped_lun = mapped_lun; in core_enable_device_list_for_node() 345 orig = target_nacl_find_deve(nacl, mapped_lun); in core_enable_device_list_for_node() 361 nacl->initiatorname, mapped_lun); in core_enable_device_list_for_node() 562 u64 mapped_lun, in core_dev_init_initiator_node_lun_acl() argument 580 lacl->mapped_lun = mapped_lun; in core_dev_init_initiator_node_lun_acl() [all …]
|
H A D | target_core_stat.c | 861 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_inst_show() 883 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_show() 905 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_port_show() 926 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_indx_show() 946 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_or_port_show() 966 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_intr_name_show() 986 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_map_indx_show() 1006 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_att_count_show() 1026 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_num_cmds_show() 1047 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_read_mbytes_show() [all …]
|
H A D | target_core_pr.c | 621 u64 mapped_lun, in __core_scsi3_do_alloc_registration() argument 654 pr_reg->pr_reg_deve = target_nacl_find_deve(nacl, mapped_lun); in __core_scsi3_do_alloc_registration() 658 nacl->initiatorname, mapped_lun); in __core_scsi3_do_alloc_registration() 665 pr_reg->pr_res_mapped_lun = mapped_lun; in __core_scsi3_do_alloc_registration() 696 u64 mapped_lun, in __core_scsi3_alloc_registration() argument 713 pr_reg = __core_scsi3_do_alloc_registration(dev, nacl, lun, deve, mapped_lun, in __core_scsi3_alloc_registration() 791 deve_tmp->mapped_lun, NULL, in __core_scsi3_alloc_registration() 827 u64 mapped_lun, in core_scsi3_alloc_aptpl_registration() argument 856 pr_reg->pr_res_mapped_lun = mapped_lun; in core_scsi3_alloc_aptpl_registration() 925 u64 mapped_lun) in __core_scsi3_check_aptpl_registration() argument [all …]
|
H A D | target_core_fabric_configfs.c | 125 deve = target_nacl_find_deve(lacl->se_lun_nacl, lacl->mapped_lun); in target_fabric_mappedlun_link() 169 deve = target_nacl_find_deve(se_nacl, lacl->mapped_lun); in target_fabric_mappedlun_write_protect_show() 195 core_update_device_list_access(lacl->mapped_lun, wp, lacl->se_lun_nacl); in target_fabric_mappedlun_write_protect_store() 200 se_nacl->initiatorname, lacl->mapped_lun, (wp) ? "ON" : "OFF"); in target_fabric_mappedlun_write_protect_store() 275 unsigned long long mapped_lun; in target_fabric_make_mappedlun() local 297 ret = kstrtoull(buf + 4, 0, &mapped_lun); in target_fabric_make_mappedlun() 302 mapped_lun, &ret); in target_fabric_make_mappedlun()
|
H A D | target_core_ua.c | 150 " 0x%02x, ASCQ: 0x%02x\n", deve->mapped_lun, in core_scsi3_ua_allocate()
|
H A D | target_core_configfs.c | 2069 u64 mapped_lun = 0, target_lun = 0; in target_pr_res_aptpl_metadata_store() local 2170 mapped_lun = (u64)tmp_ll; in target_pr_res_aptpl_metadata_store() 2232 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
|
H A D | target_core_spc.c | 1272 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
|
/linux/include/target/ |
H A D | target_core_base.h | 665 u64 mapped_lun; member 673 u64 mapped_lun; member
|