MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2NtTime

Function Ext2NtTime

Ext4Fsd/misc.c:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39LARGE_INTEGER
40Ext2NtTime (IN ULONG i_time)
41{
42 LARGE_INTEGER SysTime;
43
44 SysTime.QuadPart = 0;
45 RtlSecondsSince1970ToTime(i_time, &SysTime);
46
47 return SysTime;
48}
49
50ULONG
51Ext2LinuxTime (IN LARGE_INTEGER SysTime)

Callers 7

Ext2ProcessEntryFunction · 0.85
Ext2CleanupFunction · 0.85
Ext2FlushFileFunction · 0.85
Ext2SetFileInformationFunction · 0.85
Ext2InitializeVcbFunction · 0.85
Ext2LookupFileFunction · 0.85
Ext2RefreshSuperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected