NetBSD/sys/ufs/ext2fs
yamt e408053d1b fix a simonb-timecounters regression.
the precision of getnanotime() is not suitable for file timestamps.
esp. when it's nfs-exported.

- introduce vfs_timestamp().
  (the name is from freebsd.  currently merely a wrapper of nanotime())
- for ufs-like filesystems, use it rather than getnanotime().

XXX check other filesystems.
2006-06-23 14:13:02 +00:00
..
Makefile
ext2fs.h
ext2fs_alloc.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h
ext2fs_inode.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c
ext2fs_subr.c fix a simonb-timecounters regression. 2006-06-23 14:13:02 +00:00
ext2fs_vfsops.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ext2fs_vnops.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00