Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/fsutil/
H A Dfsinfo.c264 DUMP_VALUE(ExFat, SuccessfulCreates); in DumpExFat()
288 DUMP_VALUE(Fat, SuccessfulCreates); in DumpFat()
409 SUM_VALUE(ExFat, NextExFat, SuccessfulCreates); in SumExFat()
451 SUM_VALUE(Fat, NextFat, SuccessfulCreates); in SumFat()
/reactos/drivers/filesystems/vfatfs/
H A Dcreate.c517 vfatAddToStat(DeviceExt, Fat.SuccessfulCreates, 1); in VfatCreateFile()
714 vfatAddToStat(DeviceExt, Fat.SuccessfulCreates, 1); in VfatCreateFile()
1056 vfatAddToStat(DeviceExt, Fat.SuccessfulCreates, 1); in VfatCreateFile()
/reactos/sdk/include/psdk/
H A Dwinioctl.h854 ULONG SuccessfulCreates; member
866 ULONG SuccessfulCreates; member
/reactos/drivers/filesystems/udfs/
H A Dcreate.cpp2101 CollectStatistics2(Vcb, SuccessfulCreates); in UDFCommonCreate()
/reactos/sdk/include/xdk/
H A Diotypes.h7069 ULONG SuccessfulCreates; member
7081 ULONG SuccessfulCreates; member
/reactos/drivers/filesystems/fastfat/
H A Dcreate.c44 Stats->Fat.SuccessfulCreates += 1; \