Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Dutil.c228 #define NTFS_TIME_OFFSET ((ntfs_time64_t)(369*365 + 89) * 24 * 3600 * 10000000)
232 ntfs_time_t ntfs_ntutc2unixutc(ntfs_time64_t ntutc) in ntfs_ntutc2unixutc()
235 ntfs_time64_t t = ntutc - NTFS_TIME_OFFSET; in ntfs_ntutc2unixutc()
241 ntfs_time64_t ntfs_unixutc2ntutc(ntfs_time_t t) in ntfs_unixutc2ntutc()
244 return (ntfs_time64_t)t * 10000000 + NTFS_TIME_OFFSET; in ntfs_unixutc2ntutc()
Dutil.h51 ntfs_time_t ntfs_ntutc2unixutc(ntfs_time64_t ntutc);
52 ntfs_time64_t ntfs_unixutc2ntutc(ntfs_time_t t);
Dntfstypes.h41 typedef u64 ntfs_time64_t; typedef
Dsupport.h82 ntfs_time64_t ntfs_now(void);
Dsupport.c220 ntfs_time64_t ntfs_now(void) in ntfs_now()
Dinode.c2136 ntfs_time64_t now; in add_standard_information()
2157 ntfs_time64_t now; in add_filename()
/linux-2.4.37.9/include/linux/
Dntfs_fs_i.h57 typedef u64 ntfs_time64_t; typedef