freebsd-dev/sys/fs/nandfs
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
..
bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
bmap.h
nandfs_alloc.c
nandfs_bmap.c
nandfs_buffer.c
nandfs_cleaner.c
nandfs_cpfile.c
nandfs_dat.c
nandfs_dir.c
nandfs_fs.h prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
nandfs_ifile.c
nandfs_mount.h
nandfs_segment.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
nandfs_subr.c vfs: remove the __bo_vnode field from struct vnode 2016-09-30 17:11:03 +00:00
nandfs_subr.h sys/fs: spelling fixes in comments. 2016-04-29 20:51:24 +00:00
nandfs_sufile.c sys/fs: spelling fixes in comments. 2016-04-29 20:51:24 +00:00
nandfs_vfsops.c sys: Make use of our rounddown() macro when sys/param.h is available. 2016-04-30 14:41:18 +00:00
nandfs_vnops.c Fix panic() message reporting ufs instead of nandfs 2016-10-13 19:33:07 +00:00
nandfs.h