Searched refs:tm (Results 1 – 3 of 3) sorted by relevance
231 struct tm tm; in fat_time_unix2fat() local233 -sys_tz.tz_minuteswest * 60, &tm); in fat_time_unix2fat()236 if (tm.tm_year < 1980 - 1900) { in fat_time_unix2fat()243 if (tm.tm_year > 2107 - 1900) { in fat_time_unix2fat()252 tm.tm_year -= 80; in fat_time_unix2fat()254 tm.tm_mon++; in fat_time_unix2fat()256 tm.tm_sec >>= 1; in fat_time_unix2fat()258 *time = cpu_to_le16(tm.tm_hour << 11 | tm.tm_min << 5 | tm.tm_sec); in fat_time_unix2fat()259 *date = cpu_to_le16(tm.tm_year << 9 | tm.tm_mon << 5 | tm.tm_mday); in fat_time_unix2fat()
6 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
3067 MFT_RECORD *tm = map_mft_record(tni); in __ntfs_write_inode() local3070 if (IS_ERR(tm)) { in __ntfs_write_inode()3072 err = PTR_ERR(tm); in __ntfs_write_inode()3075 ret = write_mft_record(tni, tm, sync); in __ntfs_write_inode()