Home
last modified time | relevance | path

Searched refs:msdosfs_unix2dostime (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/msdosfs/
H A Ddirentry.h131 void msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
H A Dmsdosfs_vnops.c380 msdosfs_unix2dostime(&vap->va_atime, pmp->pm_gmtoff, in msdosfs_setattr()
383 msdosfs_unix2dostime(&vap->va_mtime, pmp->pm_gmtoff, in msdosfs_setattr()
1442 msdosfs_unix2dostime(mod, gmtoff, &dep->de_MDate, in msdosfs_detimes()
1451 msdosfs_unix2dostime(acc, gmtoff, &dep->de_ADate, in msdosfs_detimes()
1458 msdosfs_unix2dostime(cre, gmtoff, &dep->de_CDate, in msdosfs_detimes()
H A Dmsdosfs_conv.c120 msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff, in msdosfs_unix2dostime() function
/netbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c116 msdosfs_unix2dostime(&at, pmp->pm_gmtoff, &dep->de_ADate, in msdosfs_times()
118 msdosfs_unix2dostime(&mt, pmp->pm_gmtoff, &dep->de_MDate, in msdosfs_times()