opnsense-src/usr.sbin/makefs/ffs
Kirk McKusick aa90fbed15 Standardize the definition of a UFS dinode.
Each program that operates on UFS on-disk inodes defines its own
version of a dinode. They all (of necessity) define the same
layout but use different names. This change adds a definition of
a dinode (a union of a UFS1 on-disk inode and a UFS2 on-disk inode)
as well as a dinodep (a union of a pointer to a UFS1 on-disk inode
and a pointer to a UFS2 on-disk inode) in sys/ufs/ufs/dinode.h.
It then deletes the definitions of dinode and dinodep in all the
programs that operate on them and instead uses these standard
definitions.

No functional change intended.

MFC-after: 1 week
2025-01-27 17:39:45 -08:00
..
buf.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
buf.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
ffs_alloc.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ffs_balloc.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ffs_bswap.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ffs_extern.h usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
ffs_subr.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
Makefile.inc makefs: clean up some leftovers after $FreeBSD$ tag removal 2023-08-16 16:24:37 -04:00
mkfs.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
newfs_extern.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
ufs_bmap.c usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ufs_bswap.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
ufs_inode.h Standardize the definition of a UFS dinode. 2025-01-27 17:39:45 -08:00