Home
last modified time | relevance | path

Searched refs:se_lun_acl (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_internal.h65 int core_enable_device_list_for_node(struct se_lun *, struct se_lun_acl *,
73 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *,
76 struct se_lun_acl *, struct se_lun *lun, u32);
78 struct se_lun_acl *);
80 struct se_lun_acl *lacl);
155 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
Dtarget_core_stat.c840 static struct se_lun_acl *auth_to_lacl(struct config_item *item) in auth_to_lacl()
844 return container_of(lgrps, struct se_lun_acl, ml_stat_grps); in auth_to_lacl()
850 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_inst_show()
873 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_dev_show()
895 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_port_show()
917 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_indx_show()
937 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_dev_or_port_show()
957 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_intr_name_show()
977 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_map_indx_show()
997 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_att_count_show()
[all …]
Dtarget_core_fabric_configfs.c77 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link()
78 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_link()
145 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink()
146 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink()
153 static struct se_lun_acl *item_to_lun_acl(struct config_item *item) in item_to_lun_acl()
155 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl()
162 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()
217 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
218 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_release()
[all …]
Dtarget_core_device.c320 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node()
365 BUG_ON(orig->se_lun_acl != NULL); in core_enable_device_list_for_node()
368 rcu_assign_pointer(new->se_lun_acl, lun_acl); in core_enable_device_list_for_node()
387 rcu_assign_pointer(new->se_lun_acl, lun_acl); in core_enable_device_list_for_node()
447 rcu_assign_pointer(orig->se_lun_acl, NULL); in core_disable_device_list_for_node()
607 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl()
613 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl()
621 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl()
636 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl()
676 struct se_lun_acl *lacl) in core_dev_del_initiator_node_lun_acl()
[all …]
Dtarget_core_pr.c705 struct se_lun_acl *lacl_tmp; in __core_scsi3_alloc_registration()
741 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration()
744 lacl_tmp = rcu_dereference_check(deve_tmp->se_lun_acl, in __core_scsi3_alloc_registration()
1459 struct se_lun_acl *lun_acl; in core_scsi3_lunacl_depend_item()
1465 lun_acl = rcu_dereference_check(se_deve->se_lun_acl, in core_scsi3_lunacl_depend_item()
1478 struct se_lun_acl *lun_acl; in core_scsi3_lunacl_undepend_item()
1484 lun_acl = rcu_dereference_check(se_deve->se_lun_acl, in core_scsi3_lunacl_undepend_item()
Dtarget_core_alua.c947 struct se_lun_acl *lacl; in core_alua_queue_state_change_ua()
972 lacl = rcu_dereference_check(se_deve->se_lun_acl, in core_alua_queue_state_change_ua()
/linux-4.4.14/include/target/
Dtarget_core_base.h627 struct se_lun_acl { struct
649 struct se_lun_acl __rcu *se_lun_acl; member