Home
last modified time | relevance | path

Searched refs:last_mft_change_time (Results 1 – 11 of 11) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dinode.c204 ni->last_mft_change_time = std_info->last_mft_change_time; in ntfs_inode_real_open()
763 std_info->last_mft_change_time = ni->last_mft_change_time; in ntfs_inode_sync_standard_information()
897 fnx->last_mft_change_time = ni->last_mft_change_time; in ntfs_inode_sync_file_name()
902 fnx->last_mft_change_time = fn->last_mft_change_time; in ntfs_inode_sync_file_name()
1403 ni->last_mft_change_time = now; in ntfs_inode_update_times()
1493 times[3] = sle64_to_cpu(std_info->last_mft_change_time); in ntfs_inode_get_times()
1571 std_info->last_mft_change_time = now; in ntfs_inode_set_times()
1572 ni->last_mft_change_time = now; in ntfs_inode_set_times()
1592 fn->last_mft_change_time = now; in ntfs_inode_set_times()
Ddir.c1513 si->last_mft_change_time = ni->last_mft_change_time; in __ntfs_create()
1710 fn->last_mft_change_time = ni->last_mft_change_time; in __ntfs_create()
2246 fn->last_mft_change_time = ni->last_mft_change_time; in ntfs_link_i()
Dmft.c1603 ni->last_mft_change_time = in ntfs_mft_rec_alloc()
1929 ni->last_mft_change_time = in ntfs_mft_record_alloc()
/third_party/ntfs-3g/include/ntfs-3g/
Dinode.h159 ntfs_time last_mft_change_time; member
Dlayout.h916 /* 16*/ sle64 last_mft_change_time; /* Time this mft record was last member
1110 /* 18*/ sle64 last_mft_change_time; /* Time this mft record was last member
/third_party/ntfs-3g/src/
Dntfs-3g.c269 >= sle64_to_cpu(ni->last_mft_change_time))) in ntfs_fuse_update_times()
668 ni->last_mft_change_time = cpu_to_sle64(tv->tv_sec); in ntfs_macfuse_setchgtime()
1046 stbuf->st_ctimespec = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1050 stbuf->st_ctim = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1059 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
1073 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getattr()
Dlowntfs-3g.c321 >= sle64_to_cpu(ni->last_mft_change_time))) in ntfs_fuse_update_times()
610 ni->last_mft_change_time = tv->tv_sec;
945 stbuf->st_ctimespec = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
949 stbuf->st_ctim = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
958 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
972 ts = ntfs2timespec(ni->last_mft_change_time); in ntfs_fuse_getstat()
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c1109 e->key.file_name.last_mft_change_time = timestamp;
1228 entry->key.file_name.last_mft_change_time = timestamp;
1264 ats->last_mft_change_time= (timestamp); \
Dmkntfs.c1927 si.last_mft_change_time = si.creation_time; in add_attr_std_info()
2045 fn->last_mft_change_time = si->last_mft_change_time; in add_attr_file_name()
3177 fn->last_mft_change_time = fn->creation_time; in create_hardlink_res()
3292 fn->last_mft_change_time = fn->creation_time; in create_hardlink()
Dntfsundelete.c1185 name->date_m = ntfs2timespec(attr->last_mft_change_time).tv_sec; in get_filenames()
1228 name->date_m = ntfs2timespec(attr->last_mft_change_time).tv_sec; in get_filenames()
Dntfsinfo.c698 standard_attr->last_mft_change_time); in ntfs_dump_attr_standard_information()
853 file_name_attr->last_mft_change_time); in ntfs_dump_filename()