Lines Matching defs:stin
2070 struct stat *stin, struct stat *stbuf, int to_set)
2095 = timespec2ntfs(stin->st_atimespec);
2098 = timespec2ntfs(stin->st_atim);
2101 = stin->st_atime;
2104 = stin->st_atimensec;
2114 = timespec2ntfs(stin->st_mtimespec);
2117 = timespec2ntfs(stin->st_mtim);
2120 = stin->st_mtime;
2123 = stin->st_mtimensec;
2143 struct stat *stin, struct stat *stbuf)
2160 if (stin) {
2168 && (stin->st_atime == stin->st_mtime)
2172 res = (stin->st_atime == stin->st_mtime
2175 actime.tv_sec = stin->st_atime;
2177 modtime.tv_sec = stin->st_mtime;
2193 if (stin) {
2194 actime.tv_sec = stin->st_atime;
2196 modtime.tv_sec = stin->st_mtime;