NetBSD/sbin/fsck_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
..
SMM.doc
dir.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
extern.h share more code. 2011-06-09 19:57:50 +00:00
fsck_ffs.8 Mention scan_ffs -b. 2012-03-06 10:30:20 +00:00
fsck.h merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
inode.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
main.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
Makefile Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
pass1.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
pass1b.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass2.c Stick UFS_ in front of these symbols: 2013-06-09 17:57:08 +00:00
pass3.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass4.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass5.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
pass6.c stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
quota2.c stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
setup.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
utilities.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
wapbl.c When clearing a log on failure, not only ask the kernel to ignore an 2010-03-06 11:31:40 +00:00