/linux-4.4.14/drivers/target/ |
D | target_core_device.c | 260 u64 mapped_lun, in core_update_device_list_access() argument 267 deve = target_nacl_find_deve(nacl, mapped_lun); in core_update_device_list_access() 283 struct se_dev_entry *target_nacl_find_deve(struct se_node_acl *nacl, u64 mapped_lun) in target_nacl_find_deve() argument 288 if (deve->mapped_lun == mapped_lun) in target_nacl_find_deve() 321 u64 mapped_lun, in core_enable_device_list_for_node() argument 339 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() 610 u64 mapped_lun, in core_dev_init_initiator_node_lun_acl() argument 628 lacl->mapped_lun = mapped_lun; in core_dev_init_initiator_node_lun_acl() 656 if (core_enable_device_list_for_node(lun, lacl, lacl->mapped_lun, in core_dev_add_initiator_node_lun_acl() [all …]
|
D | target_core_stat.c | 857 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_inst_show() 880 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_show() 902 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_port_show() 923 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_indx_show() 943 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_dev_or_port_show() 963 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_intr_name_show() 983 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_map_indx_show() 1003 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_att_count_show() 1023 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_num_cmds_show() 1044 deve = target_nacl_find_deve(nacl, lacl->mapped_lun); in target_stat_auth_read_mbytes_show() [all …]
|
D | target_core_pr.c | 622 u64 mapped_lun, in __core_scsi3_do_alloc_registration() argument 655 pr_reg->pr_reg_deve = target_nacl_find_deve(nacl, mapped_lun); in __core_scsi3_do_alloc_registration() 659 nacl->initiatorname, mapped_lun); in __core_scsi3_do_alloc_registration() 666 pr_reg->pr_res_mapped_lun = mapped_lun; in __core_scsi3_do_alloc_registration() 697 u64 mapped_lun, in __core_scsi3_alloc_registration() argument 714 pr_reg = __core_scsi3_do_alloc_registration(dev, nacl, lun, deve, mapped_lun, in __core_scsi3_alloc_registration() 794 deve_tmp->mapped_lun, NULL, in __core_scsi3_alloc_registration() 830 u64 mapped_lun, in core_scsi3_alloc_aptpl_registration() argument 859 pr_reg->pr_res_mapped_lun = mapped_lun; in core_scsi3_alloc_aptpl_registration() 929 u64 mapped_lun) in __core_scsi3_check_aptpl_registration() argument [all …]
|
D | target_core_fabric_configfs.c | 123 deve = target_nacl_find_deve(lacl->se_lun_nacl, lacl->mapped_lun); in target_fabric_mappedlun_link() 168 deve = target_nacl_find_deve(se_nacl, lacl->mapped_lun); in target_fabric_mappedlun_write_protect_show() 194 core_update_device_list_access(lacl->mapped_lun, (op) ? in target_fabric_mappedlun_write_protect_store() 202 se_nacl->initiatorname, lacl->mapped_lun, (op) ? "ON" : "OFF"); in target_fabric_mappedlun_write_protect_store() 279 unsigned long long mapped_lun; in target_fabric_make_mappedlun() local 307 ret = kstrtoull(buf + 4, 0, &mapped_lun); in target_fabric_make_mappedlun() 312 mapped_lun, &ret); in target_fabric_make_mappedlun()
|
D | target_core_ua.c | 164 " 0x%02x, ASCQ: 0x%02x\n", deve->mapped_lun, in core_scsi3_ua_allocate()
|
D | target_core_configfs.c | 1490 u64 mapped_lun = 0, target_lun = 0; in target_pr_res_aptpl_metadata_store() local 1590 mapped_lun = (u64)arg; in target_pr_res_aptpl_metadata_store() 1652 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
|
D | target_core_spc.c | 1228 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
|
/linux-4.4.14/include/target/ |
D | target_core_base.h | 628 u64 mapped_lun; member 637 u64 mapped_lun; member
|