Searched refs:NextNtfs (Results 1 – 1 of 1) sorted by relevance
/reactos/base/applications/cmdutils/fsutil/ |
H A D | fsinfo.c | 483 PNTFS_STATISTICS NextNtfs; in SumNtfs() local 492 SUM_VALUE(Ntfs, NextNtfs, MftReads); in SumNtfs() 493 SUM_VALUE(Ntfs, NextNtfs, MftReadBytes); in SumNtfs() 494 SUM_VALUE(Ntfs, NextNtfs, MftWrites); in SumNtfs() 495 SUM_VALUE(Ntfs, NextNtfs, MftWriteBytes); in SumNtfs() 496 SUM_VALUE(Ntfs, NextNtfs, Mft2Writes); in SumNtfs() 497 SUM_VALUE(Ntfs, NextNtfs, Mft2WriteBytes); in SumNtfs() 502 SUM_VALUE(Ntfs, NextNtfs, BitmapReads); in SumNtfs() 504 SUM_VALUE(Ntfs, NextNtfs, BitmapWrites); in SumNtfs() 514 SUM_VALUE(Ntfs, NextNtfs, LogFileReads); in SumNtfs() [all …]
|