|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <common.h>

Public Attributes | |
| ULONG | Magic |
| USHORT | Version |
| USHORT | Length |
| struct { | |
| ULONG Processed | |
| ULONG Current | |
| } | Irps [IRP_MJ_MAXIMUM_FUNCTION+1] |
| EXT2_STAT_ARRAY_V2 | Unit |
| EXT2_STAT_ARRAY_V2 | Current |
| EXT2_STAT_ARRAY_V2 | Size |
| EXT2_STAT_ARRAY_V2 | Total |
| ULONG _EXT2_PERF_STATISTICS_V2::Current |
Definition at line 127 of file common.h.
Referenced by Ex2ProcessUserPerfStat(), Ext2AllocateMcb(), Ext2McbReaperThread(), and Ext2TraceMemory().
| EXT2_STAT_ARRAY_V2 _EXT2_PERF_STATISTICS_V2::Current |
| struct { ... } _EXT2_PERF_STATISTICS_V2::Irps[IRP_MJ_MAXIMUM_FUNCTION + 1] |
Referenced by Ex2ProcessUserPerfStat(), and Ext2TraceIrpContext().
| USHORT _EXT2_PERF_STATISTICS_V2::Length |
Definition at line 122 of file common.h.
Referenced by DriverEntry().
| ULONG _EXT2_PERF_STATISTICS_V2::Magic |
Definition at line 120 of file common.h.
Referenced by DriverEntry().
| EXT2_STAT_ARRAY_V2 _EXT2_PERF_STATISTICS_V2::Size |
Definition at line 137 of file common.h.
Referenced by Ex2ProcessUserPerfStat(), and Ext2TraceMemory().
| EXT2_STAT_ARRAY_V2 _EXT2_PERF_STATISTICS_V2::Total |
Definition at line 140 of file common.h.
Referenced by Ex2ProcessUserPerfStat(), and Ext2TraceMemory().
| EXT2_STAT_ARRAY_V2 _EXT2_PERF_STATISTICS_V2::Unit |
Definition at line 131 of file common.h.
Referenced by DriverEntry(), and Ex2ProcessUserPerfStat().
| USHORT _EXT2_PERF_STATISTICS_V2::Version |
Definition at line 121 of file common.h.
Referenced by DriverEntry().