Home
last modified time | relevance | path

Searched refs:CreateHits (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/cmdutils/fsutil/
H A Dfsinfo.c263 DUMP_VALUE(ExFat, CreateHits); in DumpExFat()
287 DUMP_VALUE(Fat, CreateHits); in DumpFat()
408 SUM_VALUE(ExFat, NextExFat, CreateHits); in SumExFat()
450 SUM_VALUE(Fat, NextFat, CreateHits); in SumFat()
/reactos/drivers/filesystems/vfatfs/
H A Dcreate.c489 vfatAddToStat(DeviceExt, Fat.CreateHits, 1); in VfatCreateFile()
591 vfatAddToStat(DeviceExt, Fat.CreateHits, 1); in VfatCreateFile()
600 vfatAddToStat(DeviceExt, Fat.CreateHits, 1); in VfatCreateFile()
/reactos/sdk/include/psdk/
H A Dwinioctl.h853 ULONG CreateHits; member
865 ULONG CreateHits; member
/reactos/drivers/filesystems/udfs/
H A Dcreate.cpp2454 CollectStatistics2(Vcb, CreateHits); in UDFOpenFile()
/reactos/sdk/include/xdk/
H A Diotypes.h7068 ULONG CreateHits; member
7080 ULONG CreateHits; member
/reactos/drivers/filesystems/fastfat/
H A Dcreate.c38 Stats->Fat.CreateHits += 1; \