NetBSD/sbin/newfs
dholland 75571afd93 Stick ffs_ in front of the following macros:
fragstoblks()
   blkstofrags()
   fragnum()
   blknum()

to finish the job of distinguishing them from the lfs versions, which
Christos renamed the other day.

I believe this is the last of the overtly ambiguous exported symbols
from ffs... or at least, the last of the ones that conflicted with lfs.
ffs still pollutes the C namespace very broadly (as does ufs) and this
needs quite a bit more cleanup.

XXX: boo on macros with lowercase names. But I'm not tackling that just yet.
2013-06-23 22:03:34 +00:00
..
Makefile Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
extern.h merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
mkfs.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
mount_mfs.8
newfs.8 Use 32KB/4KB for default block/fragment size on >= 128 GB partitions 2012-06-30 15:34:01 +00:00
newfs.c Use 32KB/4KB for default block/fragment size on >= 128 GB partitions 2012-06-30 15:34:01 +00:00