Searched refs:VolumeCreationTime (Results 1 – 11 of 11) sorted by relevance
44 ok_eq_long(VolumeInfo.VolumeCreationTime.LowPart, 0); in TestVolumeInfo()45 ok_eq_long(VolumeInfo.VolumeCreationTime.HighPart, 0); in TestVolumeInfo()61 ok_eq_long(VolumeInfo.VolumeCreationTime.LowPart, 0); in TestVolumeInfo()62 ok_eq_long(VolumeInfo.VolumeCreationTime.HighPart, 0); in TestVolumeInfo()
65 &FsVolumeInfo->VolumeCreationTime); in FsdGetFsVolumeInformation()72 &FsVolumeInfo->VolumeCreationTime); in FsdGetFsVolumeInformation()
135 …k(VolumeInfo->VolumeCreationTime.QuadPart != 0x5555555555555555, "VolumeInfo->VolumeCreationTime =… in TestFileFsVolumeInformation()
273 Buffer->VolumeCreationTime = *((PLARGE_INTEGER) &Vcb->VolumeDasdFcb->CreationTime); in _Requires_lock_held_()
99 FsVolInfo->VolumeCreationTime.QuadPart = 0; in Ext2QueryVolumeInformation()
239 FsVolumeInfo->VolumeCreationTime.QuadPart = 0; in NtfsGetFsVolumeInformation()
314 Buffer->VolumeCreationTime.QuadPart = Vcb->VolCreationTime; in UDFQueryFsVolumeInfo()
408 LARGE_INTEGER VolumeCreationTime; member
868 LARGE_INTEGER VolumeCreationTime; member
5403 LARGE_INTEGER VolumeCreationTime; member
3405 ok(ffvi->VolumeCreationTime.QuadPart != 0, "Missing VolumeCreationTime\n"); in test_query_volume_information_file()