NTFS_TIME_OFFSET 911 fs/cifs/netmisc.c s64 t = le64_to_cpu(ntutc) - NTFS_TIME_OFFSET; NTFS_TIME_OFFSET 938 fs/cifs/netmisc.c return (u64) t.tv_sec * 10000000 + t.tv_nsec/100 + NTFS_TIME_OFFSET; NTFS_TIME_OFFSET 41 fs/ntfs/time.h NTFS_TIME_OFFSET); NTFS_TIME_OFFSET 79 fs/ntfs/time.h u64 t = (u64)(sle64_to_cpu(time) - NTFS_TIME_OFFSET);