Searched refs:msdosfs_unix2dostime (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/msdosfs/ |
H A D | direntry.h | 131 void msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
|
H A D | msdosfs_vnops.c | 380 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 D | msdosfs_conv.c | 120 msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff, in msdosfs_unix2dostime() function
|
/netbsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 116 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()
|