Searched refs:fat_time_unix2fat (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | fat.h | 455 extern void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts,
|
H A D | inode.c | 885 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 D | namei_msdos.c | 241 fat_time_unix2fat(sbi, ts, &time, &date, NULL); in msdos_add_entry()
|
H A D | namei_vfat.c | 645 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in vfat_build_slots()
|
H A D | dir.c | 1155 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in fat_alloc_new_dir()
|