NetBSD/usr.sbin/makefs/ffs
dholland f1333577b5 Rename ambiguous macros:
MAXDIRSIZE -> UFS_MAXDIRSIZE or LFS_MAXDIRSIZE
   NINDIR -> FFS_NINDIR, EXT2_NINDIR, LFS_NINDIR, or MFS_NINDIR
   INOPB -> FFS_INOPB, LFS_INOPB
   INOPF -> FFS_INOPF, LFS_INOPF
   blksize -> ffs_blksize, ext2_blksize, or lfs_blksize
   sblksize -> ffs_blksize

These are not the only ambiguously defined filesystem macros, of
course, there's a pile more. I may not have found all the ambiguous
definitions of blksize(), too, as there are a lot of other things
called 'blksize' in the system.
2013-06-19 17:51:25 +00:00
..
buf.c - more changes to make -O work 2013-02-03 03:21:21 +00:00
buf.h - don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts; 2013-01-30 19:19:19 +00:00
ffs_alloc.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ffs_balloc.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ffs_extern.h
Makefile.inc
mkfs.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
newfs_extern.h
ufs_bmap.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ufs_inode.h - don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts; 2013-01-30 19:19:19 +00:00