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

/linux-master/fs/ntfs3/
H A Dntfs_fs.h976 #define _100ns2seconds 10000000 macro
987 return cpu_to_le64(_100ns2seconds *
997 u64 t = le64_to_cpu(tm) - _100ns2seconds * SecondsToStartOf1970;
1000 ts->tv_nsec = do_div(t, _100ns2seconds) * 100;

Completed in 263 milliseconds