Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_stat.c1081 struct se_lun_acl *lacl = container_of(lgrps, in target_stat_scsi_auth_intr_show_attr_inst()
1082 struct se_lun_acl, ml_stat_grps); in target_stat_scsi_auth_intr_show_attr_inst()
1090 if (!deve->se_lun || !deve->se_lun_acl) { in target_stat_scsi_auth_intr_show_attr_inst()
1106 struct se_lun_acl *lacl = container_of(lgrps, in target_stat_scsi_auth_intr_show_attr_dev()
1107 struct se_lun_acl, ml_stat_grps); in target_stat_scsi_auth_intr_show_attr_dev()
1115 if (!deve->se_lun || !deve->se_lun_acl) { in target_stat_scsi_auth_intr_show_attr_dev()
1130 struct se_lun_acl *lacl = container_of(lgrps, in target_stat_scsi_auth_intr_show_attr_port()
1131 struct se_lun_acl, ml_stat_grps); in target_stat_scsi_auth_intr_show_attr_port()
1139 if (!deve->se_lun || !deve->se_lun_acl) { in target_stat_scsi_auth_intr_show_attr_port()
1154 struct se_lun_acl *lacl = container_of(lgrps, in target_stat_scsi_auth_intr_show_attr_indx()
[all …]
Dtarget_core_internal.h15 int core_enable_device_list_for_node(struct se_lun *, struct se_lun_acl *,
17 int core_disable_device_list_for_node(struct se_lun *, struct se_lun_acl *,
27 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *,
30 struct se_lun_acl *, u32, u32);
32 struct se_lun *, struct se_lun_acl *);
34 struct se_lun_acl *lacl);
88 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
Dtarget_core_fabric_configfs.c82 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link()
83 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_link()
155 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink()
156 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink()
173 CONFIGFS_EATTR_STRUCT(target_fabric_mappedlun, se_lun_acl);
181 struct se_lun_acl *lacl, in target_fabric_mappedlun_show_write_protect()
199 struct se_lun_acl *lacl, in target_fabric_mappedlun_store_write_protect()
231 CONFIGFS_EATTR_OPS(target_fabric_mappedlun, se_lun_acl, se_lun_group);
235 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
236 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_release()
[all …]
Dtarget_core_device.c302 struct se_lun_acl *lun_acl, in core_enable_device_list_for_node()
321 if (deve->se_lun_acl != NULL) { in core_enable_device_list_for_node()
335 deve->se_lun_acl = lun_acl; in core_enable_device_list_for_node()
350 deve->se_lun_acl = lun_acl; in core_enable_device_list_for_node()
379 struct se_lun_acl *lun_acl, in core_disable_device_list_for_node()
417 deve->se_lun_acl = NULL; in core_disable_device_list_for_node()
1307 struct se_lun_acl *core_dev_init_initiator_node_lun_acl( in core_dev_init_initiator_node_lun_acl()
1313 struct se_lun_acl *lacl; in core_dev_init_initiator_node_lun_acl()
1321 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); in core_dev_init_initiator_node_lun_acl()
1339 struct se_lun_acl *lacl, in core_dev_add_initiator_node_lun_acl()
[all …]
Dtarget_core_pr.c719 if (!deve_tmp->se_lun_acl) in __core_scsi3_alloc_registration()
722 nacl_tmp = deve_tmp->se_lun_acl->se_lun_nacl; in __core_scsi3_alloc_registration()
1398 struct se_lun_acl *lun_acl = se_deve->se_lun_acl; in core_scsi3_lunacl_depend_item()
1415 struct se_lun_acl *lun_acl = se_deve->se_lun_acl; in core_scsi3_lunacl_undepend_item()
Dtarget_core_alua.c975 struct se_lun_acl *lacl; in core_alua_do_transition_tg_pt_work()
1005 lacl = se_deve->se_lun_acl; in core_alua_do_transition_tg_pt_work()
/linux-4.1.27/include/target/
Dtarget_core_base.h645 struct se_lun_acl { struct
669 struct se_lun_acl *se_lun_acl; argument