Lines Matching refs:modtime
2832 struct timespec modtime;
2863 && (buf->actime == buf->modtime)
2867 res = (buf->actime == buf->modtime ? -EACCES : -EPERM);
2871 modtime.tv_sec = buf->modtime;
2872 modtime.tv_nsec = 0;
2874 ni->last_data_change_time = timespec2ntfs(modtime);
2890 modtime.tv_sec = buf->modtime;
2891 modtime.tv_nsec = 0;
2893 ni->last_data_change_time = timespec2ntfs(modtime);