Home
last modified time | relevance | path

Searched refs:_100ns2seconds (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs3/
H A Dntfs_fs.h1057 #define _100ns2seconds 10000000 macro
1068 return cpu_to_le64(_100ns2seconds * in kernel2nt()
1080 s64 t = le64_to_cpu(tm) - _100ns2seconds * SecondsToStartOf1970; in nt2kernel()
1082 ts->tv_sec = div_s64_rem(t, _100ns2seconds, &t32); in nt2kernel()