NetBSD/sys/fs/ntfs
christos 80ecd573c0 PR/1796: John Kohl: statfs misbehaves under chrooted environments.
- Under chroot it displays only the visible filesystems with appropriate paths.
- The statfs f_mntonname gets adjusted to contain the real path from root.
- While was there, fixed a bug in ext2fs, locking problems with vfs_getfsstat(),
  and factored out some of the vfsop statfs() code to copy_statfs_info(). This
  fixes the problem where some filesystems forgot to set fsid.
- Made coda look more like a normal fs.
2003-04-16 21:44:18 +00:00
..
Makefile
TODO
files.ntfs
ntfs.h #if 0 some no longer used macros; keep around for refence 2003-04-09 16:18:56 +00:00
ntfs_compr.c
ntfs_compr.h
ntfs_conv.c
ntfs_ihash.c
ntfs_ihash.h
ntfs_inode.h
ntfs_subr.c change some printf()s on easily-triggerable codepaths to dprintf() 2003-04-10 21:37:32 +00:00
ntfs_subr.h
ntfs_vfsops.c PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
ntfs_vfsops.h
ntfs_vnops.c back to genfs_eopnotsupp() for vop_remove, vop_link, vop_rename, 2003-04-10 21:57:26 +00:00
ntfsmount.h