f1333577b5
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. |
||
---|---|---|
.. | ||
buf.c | ||
buf.h | ||
ffs_alloc.c | ||
ffs_balloc.c | ||
ffs_extern.h | ||
Makefile.inc | ||
mkfs.c | ||
newfs_extern.h | ||
ufs_bmap.c | ||
ufs_inode.h |