Lines Matching refs:timespec64
198 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec64 *ts,
234 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
270 static inline struct timespec64 fat_timespec64_trunc_2secs(struct timespec64 ts)
272 return (struct timespec64){ ts.tv_sec & ~1ULL, 0 };
275 static inline struct timespec64 fat_timespec64_trunc_10ms(struct timespec64 ts)
293 int fat_truncate_time(struct inode *inode, struct timespec64 *now, int flags)
296 struct timespec64 ts;
315 inode->i_atime = (struct timespec64){ seconds, 0 };
330 int fat_update_time(struct inode *inode, struct timespec64 *now, int flags)