Searched refs:ml_stat_grps (Results 1 – 3 of 3) sorted by relevance
844 return container_of(lgrps, struct se_lun_acl, ml_stat_grps); in auth_to_lacl()1184 return container_of(lgrps, struct se_lun_acl, ml_stat_grps); in iport_to_lacl()1354 struct config_group *ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_stat_setup_mappedlun_default_groups()1356 config_group_init_type_name(&lacl->ml_stat_grps.scsi_auth_intr_group, in target_stat_setup_mappedlun_default_groups()1358 config_group_init_type_name(&lacl->ml_stat_grps.scsi_att_intr_port_group, in target_stat_setup_mappedlun_default_groups()1361 ml_stat_grp->default_groups[0] = &lacl->ml_stat_grps.scsi_auth_intr_group; in target_stat_setup_mappedlun_default_groups()1362 ml_stat_grp->default_groups[1] = &lacl->ml_stat_grps.scsi_att_intr_port_group; in target_stat_setup_mappedlun_default_groups()
329 config_group_init_type_name(&lacl->ml_stat_grps.stat_group, in target_fabric_make_mappedlun()331 lacl_cg->default_groups[0] = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()334 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()364 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_drop_mappedlun()
632 struct se_ml_stat_grps ml_stat_grps; member