Searched refs:NTFS_TIME_OFFSET (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dutil.c228 #define NTFS_TIME_OFFSET ((ntfs_time64_t)(369*365 + 89) * 24 * 3600 * 10000000) macro
235 ntfs_time64_t t = ntutc - NTFS_TIME_OFFSET;
244 return (ntfs_time64_t)t * 10000000 + NTFS_TIME_OFFSET;
247 #undef NTFS_TIME_OFFSET macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dproc.c401 #define NTFS_TIME_OFFSET ((u64)(369*365 + 89) * 24 * 3600 * 10000000) macro
411 u64 t = ntutc - NTFS_TIME_OFFSET;

Completed in 49 milliseconds