dev_stat_grps    3186 drivers/target/target_core_configfs.c 	config_group_init_type_name(&dev->dev_stat_grps.stat_group,
dev_stat_grps    3188 drivers/target/target_core_configfs.c 	configfs_add_default_group(&dev->dev_stat_grps.stat_group,
dev_stat_grps    3232 drivers/target/target_core_configfs.c 	configfs_remove_default_groups(&dev->dev_stat_grps.stat_group);
dev_stat_grps      48 drivers/target/target_core_stat.c 	return container_of(sgrps, struct se_device, dev_stat_grps);
dev_stat_grps      98 drivers/target/target_core_stat.c 	return container_of(sgrps, struct se_device, dev_stat_grps);
dev_stat_grps     196 drivers/target/target_core_stat.c 	return container_of(sgrps, struct se_device, dev_stat_grps);
dev_stat_grps     397 drivers/target/target_core_stat.c 	config_group_init_type_name(&dev->dev_stat_grps.scsi_dev_group,
dev_stat_grps     399 drivers/target/target_core_stat.c 	configfs_add_default_group(&dev->dev_stat_grps.scsi_dev_group,
dev_stat_grps     400 drivers/target/target_core_stat.c 			&dev->dev_stat_grps.stat_group);
dev_stat_grps     402 drivers/target/target_core_stat.c 	config_group_init_type_name(&dev->dev_stat_grps.scsi_tgt_dev_group,
dev_stat_grps     404 drivers/target/target_core_stat.c 	configfs_add_default_group(&dev->dev_stat_grps.scsi_tgt_dev_group,
dev_stat_grps     405 drivers/target/target_core_stat.c 			&dev->dev_stat_grps.stat_group);
dev_stat_grps     407 drivers/target/target_core_stat.c 	config_group_init_type_name(&dev->dev_stat_grps.scsi_lu_group,
dev_stat_grps     409 drivers/target/target_core_stat.c 	configfs_add_default_group(&dev->dev_stat_grps.scsi_lu_group,
dev_stat_grps     410 drivers/target/target_core_stat.c 			&dev->dev_stat_grps.stat_group);
dev_stat_grps     822 include/target/target_core_base.h 	struct se_dev_stat_grps dev_stat_grps;