NetBSD/sys/ufs/ffs
bouyer 76c414a957 Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h:
- added an "union inode_ext" to struct inode, for the per-fs extentions.
  For now only ext2fs uses it.
- i_din is now an union:
	union {
		struct  dinode ffs_din; /* 128 bytes of the on-disk dinode. */
		struct ext2fs_dinode e2fs_din; /* 128 bytes of the on-disk dinode. */
	} i_din
  Added a lot of #define i_ffs_* and i_e2fs_* to access the fields.
- Added two macros: FFS_ITIMES and EXT2FS_ITIMES. ITIMES calls the rigth
  macro, depending on the time of the inode. ITIMES is used where necessary,
  FFS_ITIMES and EXT2FS_ITIMES in other places.
1997-06-11 10:09:37 +00:00
..
ffs_alloc.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ffs_balloc.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ffs_extern.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
ffs_inode.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ffs_subr.c revert previous kprintf changes 1996-10-12 21:58:44 +00:00
ffs_tables.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
ffs_vfsops.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ffs_vnops.c Implement poll(2). 1996-09-07 12:40:22 +00:00
fs.h Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00