Home
last modified time | relevance | path

Searched refs:fat_time_unix2fat (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/fat/
H A Dmisc.c243 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 Dfat_test.c166 fat_time_unix2fat(&fake_sb, &testcase->ts, in fat_time_unix2fat_test()
H A Dfat.h455 extern void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
H A Dinode.c885 fat_time_unix2fat(sbi, &inode->i_mtime, &raw_entry->time, in __fat_write_inode()
889 fat_time_unix2fat(sbi, &inode->i_atime, &atime, in __fat_write_inode()
891 fat_time_unix2fat(sbi, &MSDOS_I(inode)->i_crtime, &raw_entry->ctime, in __fat_write_inode()
H A Dnamei_msdos.c241 fat_time_unix2fat(sbi, ts, &time, &date, NULL); in msdos_add_entry()
H A Dnamei_vfat.c645 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in vfat_build_slots()
H A Ddir.c1155 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in fat_alloc_new_dir()