Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_internal.h68 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 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()
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 …]
H A Dtarget_core_fabric_configfs.c72 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 …]
H A Dtarget_core_device.c319 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node()
358 if (orig->se_lun_acl != NULL) { in core_enable_device_list_for_node()
369 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node()
388 new->se_lun_acl = lun_acl; in core_enable_device_list_for_node()
560 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl()
566 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl()
574 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl()
589 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl()
628 struct se_lun_acl *lacl) in core_dev_del_initiator_node_lun_acl()
655 struct se_lun_acl *lacl) in core_dev_free_initiator_node_lun_acl()
H 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 = 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()
H A Dtarget_core_alua.c915 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()
/openbmc/linux/include/target/
H A Dtarget_core_base.h655 struct se_lun_acl { struct
675 struct se_lun_acl *se_lun_acl; member