freebsd-dev/sys/fs/ext2fs
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
..
ext2_alloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_balloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_dinode.h ext2fs: Add some more inode flags. 2016-08-06 16:48:40 +00:00
ext2_dir.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extents.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extents.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extern.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_hash.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_htree.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_inode_cnv.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_inode.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_lookup.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_mount.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_subr.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_vfsops.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_vnops.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2fs.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
fs.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
htree.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
inode.h prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00