NetBSD/sys/fs/efs
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
efs.h
efs_dinode.h
efs_dir.h
efs_extent.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_genfs.c
efs_genfs.h
efs_ihash.c
efs_ihash.h
efs_inode.h
efs_mount.h
efs_sb.h
efs_subr.c When computing the superblock checksum, use an unsigned short to avoid an 2007-07-29 00:56:04 +00:00
efs_subr.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_vfsops.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
efs_vnops.c Only set *ap->a_cookies when we're returning success. Also, do not hard- 2007-07-29 20:58:10 +00:00
files.efs