Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_stat.c854 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()
899 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_port_show()
921 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_indx_show()
941 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_dev_or_port_show()
961 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_intr_name_show()
981 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_map_indx_show()
1001 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_att_count_show()
1021 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_num_cmds_show()
1042 struct se_lun_acl *lacl = auth_to_lacl(item); in target_stat_auth_read_mbytes_show()
[all …]
A Dtarget_core_internal.h69 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);
163 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
A Dtarget_core_fabric_configfs.c71 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link()
72 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_link()
146 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink()
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()
180 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_store()
214 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
215 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_release()
272 struct se_lun_acl *lacl = NULL; in target_fabric_make_mappedlun()
329 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun()
[all …]
A Dtarget_core_device.c308 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node()
348 if (orig->se_lun_acl != NULL) { in core_enable_device_list_for_node()
359 rcu_assign_pointer(new->se_lun_acl, lun_acl); in core_enable_device_list_for_node()
378 rcu_assign_pointer(new->se_lun_acl, lun_acl); in core_enable_device_list_for_node()
438 rcu_assign_pointer(orig->se_lun_acl, NULL); in core_disable_device_list_for_node()
597 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl()
603 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl()
611 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl()
626 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl()
665 struct se_lun_acl *lacl) in core_dev_del_initiator_node_lun_acl()
[all …]
A Dtarget_core_pr.c703 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 = rcu_dereference_check(deve_tmp->se_lun_acl, in __core_scsi3_alloc_registration()
1440 struct se_lun_acl *lun_acl; in core_scsi3_lunacl_depend_item()
1445 lun_acl = rcu_dereference_check(se_deve->se_lun_acl, in core_scsi3_lunacl_depend_item()
1455 struct se_lun_acl *lun_acl; in core_scsi3_lunacl_undepend_item()
1460 lun_acl = rcu_dereference_check(se_deve->se_lun_acl, in core_scsi3_lunacl_undepend_item()
A Dtarget_core_alua.c912 struct se_lun_acl *lacl; in core_alua_queue_state_change_ua()
937 lacl = rcu_dereference_check(se_deve->se_lun_acl, in core_alua_queue_state_change_ua()
/linux/include/target/
A Dtarget_core_base.h648 struct se_lun_acl { struct
668 struct se_lun_acl __rcu *se_lun_acl; argument

Completed in 29 milliseconds