Lines Matching refs:timespec64
204 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec64 *ts,
243 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
279 static inline struct timespec64 fat_timespec64_trunc_2secs(struct timespec64 ts)
281 return (struct timespec64){ ts.tv_sec & ~1ULL, 0 };
287 struct timespec64 fat_truncate_atime(const struct msdos_sb_info *sbi,
288 const struct timespec64 *ts)
298 return (struct timespec64){ seconds, 0 };
304 struct timespec64 fat_truncate_mtime(const struct msdos_sb_info *sbi,
305 const struct timespec64 *ts)
314 int fat_truncate_time(struct inode *inode, struct timespec64 *now, int flags)
317 struct timespec64 ts;