Searched refs:NTFS_TIME_OFFSET (Results 1 – 2 of 2) sorted by relevance
30 #define NTFS_TIME_OFFSET ((s64)(369 * 365 + 89) * 24 * 3600 * 10000000) macro55 NTFS_TIME_OFFSET); in utc2ntfs()90 u64 t = (u64)(sle64_to_cpu(time) - NTFS_TIME_OFFSET); in ntfs2utc()
915 #define NTFS_TIME_OFFSET ((u64)(369*365 + 89) * 24 * 3600 * 10000000) macro928 s64 t = le64_to_cpu(ntutc) - NTFS_TIME_OFFSET; in cifs_NTtimeToUnix()955 return (u64) t.tv_sec * 10000000 + t.tv_nsec/100 + NTFS_TIME_OFFSET; in cifs_UnixTimeToNT()