Searched refs:dev_stat_grps (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/target/ | 
| D | target_core_stat.c | 80 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_dev_show_attr_inst() 91 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_dev_show_attr_indx() 108 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_dev_show_attr_ports() 157 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_tgt_dev_show_attr_inst() 168 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_tgt_dev_show_attr_indx() 185 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_tgt_dev_show_attr_status() 198 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_tgt_dev_show_attr_non_access_lus() 214 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_tgt_dev_show_attr_resets() 265 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_lu_show_attr_inst() 276 		container_of(sgrps, struct se_device, dev_stat_grps);  in target_stat_scsi_lu_show_attr_dev() [all …] 
 | 
| D | target_core_configfs.c | 2565 	config_group_init_type_name(&dev->dev_stat_grps.stat_group,  in target_core_make_subdev() 2572 	dev_cg->default_groups[4] = &dev->dev_stat_grps.stat_group;  in target_core_make_subdev() 2598 	dev_stat_grp = &dev->dev_stat_grps.stat_group;  in target_core_make_subdev() 2639 	dev_stat_grp = &dev->dev_stat_grps.stat_group;  in target_core_drop_subdev()
  | 
| /linux-4.1.27/include/target/ | 
| D | target_core_base.h | 812 	struct se_dev_stat_grps dev_stat_grps;  member
  |