Home
last modified time | relevance | path

Searched refs:ntfs2timespec (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c980 if (ntfs2timespec(filename_attr->creation_time).tv_sec > name->date_c) { in verify_parent()
1183 name->date_c = ntfs2timespec(attr->creation_time).tv_sec; in get_filenames()
1184 name->date_a = ntfs2timespec(attr->last_data_change_time).tv_sec; in get_filenames()
1185 name->date_m = ntfs2timespec(attr->last_mft_change_time).tv_sec; in get_filenames()
1186 name->date_r = ntfs2timespec(attr->last_access_time).tv_sec; in get_filenames()
1226 name->date_c = ntfs2timespec(attr->creation_time).tv_sec; in get_filenames()
1227 name->date_a = ntfs2timespec(attr->last_data_change_time).tv_sec; in get_filenames()
1228 name->date_m = ntfs2timespec(attr->last_mft_change_time).tv_sec; in get_filenames()
1229 name->date_r = ntfs2timespec(attr->last_access_time).tv_sec; in get_filenames()
1396 file->date = ntfs2timespec(si->last_data_change_time).tv_sec; in read_record()
Dntfsls.c576 change_time = ntfs2timespec(file_name_attr->last_data_change_time); in list_dir_entry()
/third_party/ntfs-3g/include/ntfs-3g/
Dntfstime.h68 static __inline__ struct timespec ntfs2timespec(ntfs_time ntfstime) in ntfs2timespec() function
/third_party/ntfs-3g/src/
Dntfs-3g.c1045 stbuf->st_atimespec = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getattr()
1046 stbuf->st_ctimespec = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1047 stbuf->st_mtimespec = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getattr()
1049 stbuf->st_atim = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getattr()
1050 stbuf->st_ctim = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1051 stbuf->st_mtim = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getattr()
1056 ts = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getattr()
1059 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1062 ts = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getattr()
1071 ts = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getattr()
[all …]
Dlowntfs-3g.c944 stbuf->st_atimespec = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getstat()
945 stbuf->st_ctimespec = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
946 stbuf->st_mtimespec = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getstat()
948 stbuf->st_atim = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getstat()
949 stbuf->st_ctim = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
950 stbuf->st_mtim = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getstat()
955 ts = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getstat()
958 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
961 ts = ntfs2timespec(ni->last_data_change_time); in ntfs_fuse_getstat()
970 ts = ntfs2timespec(ni->last_access_time); in ntfs_fuse_getstat()
[all …]