fs/fat/dir.c
1195
fat_time_unix2fat(sbi, ts, &time, &date, &time_cs);
fs/fat/fat.h
471
extern void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
fs/fat/fat_test.c
290
fat_time_unix2fat(&fake_sb, &testcase->ts,
fs/fat/fat_test.c
316
fat_time_unix2fat(&fake_sb, &testcase->ts, &time, &date, &cs);
fs/fat/fat_test.c
342
fat_time_unix2fat(&fake_sb, &ts, &time, &date, NULL);
fs/fat/inode.c
898
fat_time_unix2fat(sbi, &mtime, &raw_entry->time,
fs/fat/inode.c
904
fat_time_unix2fat(sbi, &ts, &atime, &raw_entry->adate, NULL);
fs/fat/inode.c
905
fat_time_unix2fat(sbi, &MSDOS_I(inode)->i_crtime, &raw_entry->ctime,
fs/fat/misc.c
277
EXPORT_SYMBOL_GPL(fat_time_unix2fat);
fs/fat/namei_msdos.c
241
fat_time_unix2fat(sbi, ts, &time, &date, NULL);
fs/fat/namei_vfat.c
643
fat_time_unix2fat(sbi, ts, &time, &date, &time_cs);