opnsense-src/usr.sbin/makefs/ffs
Ed Maste 1dc349ab95 prefix UFS symbols with UFS_ to reduce namespace pollution
Specifically:
  ROOTINO -> UFS_ROOTINO
  WINO -> UFS_WINO
  NXADDR -> UFS_NXADDR
  NDADDR -> UFS_NDADDR
  NIADDR -> UFS_NIADDR
  MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Also prefix ext2's and nandfs's NDADDR and NIADDR with EXT2_ and NANDFS_

Reviewed by:	kib, mckusick
Obtained from:	NetBSD
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D9536
2017-02-15 19:50:26 +00:00
..
buf.c makefs: make the buffer functions look exactly like the kernel ones 2017-02-11 02:33:48 +00:00
buf.h makefs: make the buffer functions look exactly like the kernel ones 2017-02-11 02:33:48 +00:00
ffs_alloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ffs_balloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ffs_bswap.c Be more precise when including headers so that we're less likely to 2016-10-25 16:29:15 +00:00
ffs_extern.h Remove unused member of struct indir (in_exists) from UFS and EXT2 code. 2012-08-17 17:45:27 +00:00
ffs_subr.c Be more precise when including headers so that we're less likely to 2016-10-25 16:29:15 +00:00
Makefile.inc Allow building makefs(8) from another Makefile (such as one in 2016-10-25 16:21:38 +00:00
mkfs.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
newfs_extern.h makefs: Provide a -T option to set timestamps to a consistent value 2016-06-14 14:03:28 +00:00
ufs_bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ufs_bswap.h Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro 2013-07-26 14:22:03 +00:00
ufs_inode.h