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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dntfstime.h50 * @utc_time: Linux time to convert to NTFS
52 * Convert the Linux time @utc_time to its corresponding NTFS time.
63 static __inline__ s64 utc2ntfs(time_t utc_time) argument
66 return cpu_to_sle64((s64)utc_time * 10000000 + NTFS_TIME_OFFSET);

Completed in 77 milliseconds