Searched refs:se_lun_acl (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_internal.h | 68 int core_enable_device_list_for_node(struct se_lun *, struct se_lun_acl *, 76 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *, 79 struct se_lun_acl *, struct se_lun *lun, bool); 81 struct se_lun_acl *); 83 struct se_lun_acl *lacl); 162 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
|
H A D | target_core_stat.c | 844 static struct se_lun_acl *auth_to_lacl(struct config_item *item) in auth_to_lacl() 848 return container_of(lgrps, struct se_lun_acl, ml_stat_grps); in auth_to_lacl() 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() [all …]
|
H 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() 146 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink() 147 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink() 154 static struct se_lun_acl *item_to_lun_acl(struct config_item *item) in item_to_lun_acl() 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() [all …]
|
H A D | target_core_device.c | 318 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node() 357 if (orig->se_lun_acl != NULL) { in core_enable_device_list_for_node() 368 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node() 387 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node() 559 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl() 565 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl() 573 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl() 588 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl() 627 struct se_lun_acl *lacl) in core_dev_del_initiator_node_lun_acl() 654 struct se_lun_acl *lacl) in core_dev_free_initiator_node_lun_acl()
|
H A D | target_core_pr.c | 704 struct se_lun_acl *lacl_tmp; in __core_scsi3_alloc_registration() 740 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration() 743 lacl_tmp = deve_tmp->se_lun_acl; in __core_scsi3_alloc_registration() 1442 if (!se_deve->se_lun_acl) in core_scsi3_lunacl_depend_item() 1445 return target_depend_item(&se_deve->se_lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_depend_item() 1453 if (!se_deve->se_lun_acl) { in core_scsi3_lunacl_undepend_item() 1458 target_undepend_item(&se_deve->se_lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_undepend_item()
|
H A D | target_core_alua.c | 914 struct se_lun_acl *lacl; in core_alua_queue_state_change_ua() 939 lacl = se_deve->se_lun_acl; in core_alua_queue_state_change_ua()
|
/linux/include/target/ |
H A D | target_core_base.h | 664 struct se_lun_acl { struct 684 struct se_lun_acl *se_lun_acl; argument
|