Searched refs:ntfs_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.h36 * @ntfs_time: An NTFS time in 100ns units since 1601
43 static __inline__ time_t ntfs2utc(s64 ntfs_time) argument
45 return (sle64_to_cpu(ntfs_time) - (NTFS_TIME_OFFSET)) / 10000000;

Completed in 102 milliseconds