Searched refs:se_lun_acl (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/target/ |
A D | target_core_internal.h | 69 int core_enable_device_list_for_node(struct se_lun *, struct se_lun_acl *, 77 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *, 80 struct se_lun_acl *, struct se_lun *lun, bool); 82 struct se_lun_acl *); 84 struct se_lun_acl *lacl); 162 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
|
A D | target_core_stat.c | 854 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_inst_show() 877 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_dev_show() 898 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_port_show() 920 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_indx_show() 940 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_dev_or_port_show() 960 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_intr_name_show() 980 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_map_indx_show() 1000 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_att_count_show() 1020 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_num_cmds_show() 1041 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_read_mbytes_show() [all …]
|
A D | target_core_fabric_configfs.c | 72 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link() 73 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_link() 147 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink() 156 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl() 163 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_show() 181 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_store() 215 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release() 216 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_release() 273 struct se_lun_acl *lacl = NULL; in target_fabric_make_mappedlun() 330 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun() [all …]
|
A D | target_core_device.c | 324 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node() 363 if (orig->se_lun_acl != NULL) { in core_enable_device_list_for_node() 374 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node() 393 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node() 606 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl() 612 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl() 620 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl() 635 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl() 674 struct se_lun_acl *lacl) in core_dev_del_initiator_node_lun_acl() 701 struct se_lun_acl *lacl) in core_dev_free_initiator_node_lun_acl()
|
A D | target_core_pr.c | 703 struct se_lun_acl *lacl_tmp; in __core_scsi3_alloc_registration() 739 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration() 742 lacl_tmp = deve_tmp->se_lun_acl; in __core_scsi3_alloc_registration() 1441 if (!se_deve->se_lun_acl) in core_scsi3_lunacl_depend_item() 1444 return target_depend_item(&se_deve->se_lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_depend_item() 1452 if (!se_deve->se_lun_acl) { in core_scsi3_lunacl_undepend_item() 1457 target_undepend_item(&se_deve->se_lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_undepend_item()
|
A D | target_core_alua.c | 915 struct se_lun_acl *lacl; in core_alua_queue_state_change_ua() 940 lacl = se_deve->se_lun_acl; in core_alua_queue_state_change_ua()
|
/linux-6.3-rc2/include/target/ |
A D | target_core_base.h | 650 struct se_lun_acl { struct 670 struct se_lun_acl *se_lun_acl; argument
|
Completed in 33 milliseconds