Searched refs:NT_TIME_BIAS (Results 1 – 2 of 2) sorted by relevance
909 return (nt_time + NT_TIME_BIAS); in smb_time_unix_to_nt()931 if (nt_time <= NT_TIME_BIAS) { in smb_time_nt_to_unix()937 nt_time -= NT_TIME_BIAS; in smb_time_nt_to_unix()
868 #define NT_TIME_BIAS (134774LL * 24LL * 60LL * 60LL * 10000000LL) macro