NetBSD/sys/ufs/ffs
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
..
ffs_alloc.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
ffs_appleufs.c
ffs_balloc.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_bswap.c Remove lfs-only inumber field (and its supporting union) from struct 2013-06-09 17:55:46 +00:00
ffs_extern.h Add an UFS_SNAPGONE() ufs op replacing the calls 2013-06-16 13:33:30 +00:00
ffs_inode.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_quota2.c
ffs_snapshot.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
ffs_vnops.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_wapbl.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
fs.h Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
Makefile