NetBSD/sys/fs/ntfs
pooka 8d1f899239 * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
  use VFS_PROTOS() instead of manually prototyping the methods
2007-07-31 21:14:15 +00:00
..
Makefile
TODO
files.ntfs
ntfs.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ntfs_compr.c
ntfs_compr.h
ntfs_conv.c
ntfs_ihash.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ntfs_ihash.h Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
ntfs_inode.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ntfs_subr.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ntfs_subr.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ntfs_vfsops.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
ntfs_vfsops.h
ntfs_vnops.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
ntfsmount.h