NetBSD/sys/ufs/ext2fs
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
..
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 Rename ambiguous macros: 2013-06-19 17:51:25 +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 Rename ambiguous macros: 2013-06-19 17:51:25 +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 Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ext2fs_vfsops.c Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
ext2fs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
ext2fs.h Rename ambiguous macros: 2013-06-19 17:51:25 +00:00
Makefile