Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dntfstime.h55 typedef sle64 ntfs_time; typedef
68 static __inline__ struct timespec ntfs2timespec(ntfs_time ntfstime) in ntfs2timespec()
99 static __inline__ ntfs_time timespec2ntfs(struct timespec spec) in timespec2ntfs()
112 static __inline__ ntfs_time ntfs_current_time(void) in ntfs_current_time()
Dinode.h157 ntfs_time creation_time;
158 ntfs_time last_data_change_time;
159 ntfs_time last_mft_change_time;
160 ntfs_time last_access_time;
/third_party/ntfs-3g/libntfs-3g/
Dinode.c1386 ntfs_time now; in ntfs_inode_update_times()
1528 ntfs_time now; in ntfs_inode_set_times()
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c773 static ntfs_time mkntfs_time(void) in mkntfs_time()
1979 static ntfs_time stdinfo_time(MFT_RECORD *m) in stdinfo_time()
1983 ntfs_time info_time; in stdinfo_time()