Lines Matching defs:nt
2464 __le64 nt;
2486 nt = utc2ntfs(ni->i_crtime);
2487 if (si->creation_time != nt) {
2490 le64_to_cpu(nt));
2491 si->creation_time = nt;
2496 nt = utc2ntfs(inode_get_mtime(vi));
2497 if (si->last_data_change_time != nt) {
2500 le64_to_cpu(nt));
2501 si->last_data_change_time = nt;
2505 nt = utc2ntfs(inode_get_ctime(vi));
2506 if (si->last_mft_change_time != nt) {
2509 le64_to_cpu(nt));
2510 si->last_mft_change_time = nt;
2513 nt = utc2ntfs(inode_get_atime(vi));
2514 if (si->last_access_time != nt) {
2518 le64_to_cpu(nt));
2519 si->last_access_time = nt;