Go to the documentation of this file.
22 #ifndef _LINUX_NTFS_TIME_H
23 #define _LINUX_NTFS_TIME_H
25 #include <linux/time.h>
26 #include <asm/div64.h>
30 #define NTFS_TIME_OFFSET ((s64)(369 * 365 + 89) * 24 * 3600 * 10000000)
64 static inline sle64 get_current_ntfs_time(
void)