Searched refs:fat_time_unix2fat (Results 1 – 6 of 6) sorted by relevance
/linux/fs/fat/ |
H A D | misc.c | 243 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_unix2fat() function 277 EXPORT_SYMBOL_GPL(fat_time_unix2fat);
|
H A D | fat_test.c | 166 fat_time_unix2fat(&fake_sb, &testcase->ts, in fat_time_unix2fat_test()
|
H A D | inode.c | 892 fat_time_unix2fat(sbi, &mtime, &raw_entry->time, in __fat_write_inode() 898 fat_time_unix2fat(sbi, &ts, &atime, &raw_entry->adate, NULL); in __fat_write_inode() 899 fat_time_unix2fat(sbi, &MSDOS_I(inode)->i_crtime, &raw_entry->ctime, in __fat_write_inode()
|
H A D | fat.h | 467 extern void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
|
H A D | namei_msdos.c | 241 fat_time_unix2fat(sbi, ts, &time, &date, NULL); in msdos_add_entry()
|
H A D | namei_vfat.c | 642 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in vfat_build_slots()
|