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