Home
last modified time | relevance | path

Searched refs:DETIMES (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_vnops.c151 DETIMES(&ndirent, NULL, NULL, NULL, pdep->de_pmp->pm_gmtoff); in msdosfs_create()
177 DETIMES(dep, NULL, NULL, NULL, dep->de_pmp->pm_gmtoff); in msdosfs_close()
261 DETIMES(dep, NULL, NULL, NULL, pmp->pm_gmtoff); in msdosfs_getattr()
690 DETIMES(dep, acc, mod, NULL, dep->de_pmp->pm_gmtoff); in msdosfs_update()
809 DETIMES(&ndirent, NULL, NULL, NULL, pmp->pm_gmtoff); in msdosfs_mkdir()
Ddenode.h261 #define DETIMES(dep, acc, mod, cre, gmtoff) \ macro