Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A 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()
H A 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;
H A Dinode.c1396 ntfs_time now; in ntfs_inode_update_times()
1538 ntfs_time now; in ntfs_inode_set_times()
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c472 static ntfs_time mkntfs_time(void) in mkntfs_time()
1678 static ntfs_time stdinfo_time(MFT_RECORD *m) in stdinfo_time()
1682 ntfs_time info_time; in stdinfo_time()