NetBSD/sys/ufs/ext2fs
dholland dcd34a91c5 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
   ROOTINO -> UFS_ROOTINO
   WINO -> UFS_WINO
   NXADDR -> UFS_NXADDR
   NDADDR -> UFS_NDADDR
   NIADDR -> UFS_NIADDR
   MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
   MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
2013-01-22 09:39:11 +00:00
..
ext2fs_alloc.c Change bread() and breadn() to never return a buffer on 2012-12-20 08:03:41 +00:00
ext2fs_balloc.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_bmap.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_bswap.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_dinode.h Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_dir.h Adapt ffs, lfs, and ext2fs to use genfs_rename. 2012-05-09 00:21:17 +00:00
ext2fs_extern.h Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_inode.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_lookup.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_readwrite.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_rename.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs_subr.c Change bread() and breadn() to never return a buffer on 2012-12-20 08:03:41 +00:00
ext2fs_vfsops.c Change bread() and breadn() to never return a buffer on 2012-12-20 08:03:41 +00:00
ext2fs_vnops.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
ext2fs.h Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
Makefile