Searched refs:last_mft_change_time (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_quota.c136 quota_ni->last_access_time = quota_ni->last_mft_change_time =
H A Dntfs_inode.c156 ni->last_access_time = ni->last_mft_change_time =
1605 * Update the last_mft_change_time (ctime) in the inode as
1608 ni->last_mft_change_time = ntfs_utc_current_time();
1835 ni->last_mft_change_time = ntfs2utc(si->last_mft_change_time);
2523 * Update the last_mft_change_time (ctime) in the inode as
2526 base_ni->last_mft_change_time = ntfs_utc_current_time();
3460 sle64 creation_time, last_data_change_time, last_mft_change_time, local
3515 creation_time = last_data_change_time = last_mft_change_time =
3575 last_mft_change_time
[all...]
H A Dntfs_inode.h123 struct timespec last_mft_change_time; /* attribute but in OS X time */ member in struct:_ntfs_inode
H A Dntfs_vnops.c1236 fn->last_access_time = fn->last_mft_change_time =
1901 va->va_change_time = base_ni->last_mft_change_time;
2366 base_ni->last_mft_change_time = va->va_change_time;
3612 * Update the last_data_change_time (mtime) and last_mft_change_time
3617 base_ni->last_mft_change_time = ntfs_utc_current_time();
3619 base_ni->last_data_change_time = base_ni->last_mft_change_time;
4594 * in the ntfs inode (the ctime is the last_mft_change_time on NTFS).
4597 ni->last_mft_change_time = dir_ni->last_mft_change_time;
5136 fn->last_mft_change_time
[all...]
H A Dntfs_dir.c1960 dir_ni->last_mft_change_time = dir_ni->last_data_change_time =
2018 dir_ni->last_mft_change_time = dir_ni->last_data_change_time =
2115 dir_ni->last_mft_change_time = dir_ni->last_data_change_time =
H A Dntfs_layout.h887 /* 16*/ sle64 last_mft_change_time; /* Time this mft record was last member in struct:__anon11346
1074 /* 18*/ sle64 last_mft_change_time; /* Time this mft record was last member in struct:__anon11352
H A Dntfs_mft.c1826 si->last_access_time = si->last_mft_change_time =
2840 ni->last_access_time = ni->last_mft_change_time =
H A Dntfs_vfsops.c848 ni->last_mft_change_time = ntfs2utc(si->last_mft_change_time);
5078 VFSATTR_RETURN(fsa, f_modify_time, ni->last_mft_change_time);
H A Dntfs_attr.c8720 * Update the last_data_change_time (mtime) and last_mft_change_time
8734 base_ni->last_mft_change_time = ntfs_utc_current_time();
8736 base_ni->last_data_change_time = base_ni->last_mft_change_time;

Completed in 283 milliseconds